Skip to content

Commit

Permalink
zshrc: Make the default of 'filter-on-load' match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ft committed Jan 23, 2016
1 parent f3cf1fd commit df5ece4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit df5ece4

Please sign in to comment.