From df5ece4ab36a2d900a8b1d48b6ce60dd4172c224 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sat, 23 Jan 2016 15:42:29 +0100 Subject: [PATCH] zshrc: Make the default of 'filter-on-load' match docs --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=( -- 2.1.4