From: Frank Terbeck Date: Sat, 23 Jan 2016 14:42:29 +0000 (+0100) Subject: zshrc: Make the default of 'filter-on-load' match docs X-Git-Tag: v0.12.6~5 X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=df5ece4ab36a2d900a8b1d48b6ce60dd4172c224 zshrc: Make the default of 'filter-on-load' match docs --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c021c87..7e6898a 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1630,7 +1630,7 @@ if [[ -f ${DIRSTACKFILE} ]]; then [[ -d $dirstack[1] ]] && cd -q $dirstack[1] && cd -q $OLDPWD fi -if zstyle -T ':grml:chpwd:dirstack' filter-on-load; then +if zstyle -t ':grml:chpwd:dirstack' filter-on-load; then for i in "${dirstack[@]}"; do if ! grml_dirstack_filter "$i"; then GRML_PERSISTENT_DIRSTACK=(