zshrc: Make the default of 'filter-on-load' match docs
authorFrank Terbeck <ft@grml.org>
Sat, 23 Jan 2016 14:42:29 +0000 (15:42 +0100)
committerFrank Terbeck <ft@grml.org>
Sat, 23 Jan 2016 14:42:29 +0000 (15:42 +0100)
etc/zsh/zshrc

index c021c87..7e6898a 100644 (file)
@@ -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=(