X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=ab04101eecf24f4773b6cc64bcfb668648c3a913;hb=367f7ab6222ea7afab10986563a043c1e2f68df2;hp=2503d0e939a6b7556105c52c98773149a009bfdf;hpb=336b969a190921c2d1b54242cc890ea217e5ea6f;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2503d0e..ab04101 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -871,7 +871,7 @@ if [[ -f ~/.zdirs ]] && [[ ${#dirstack[*]} -eq 0 ]] ; then fi chpwd() { - builtin print ${(u)dirstack} >! ~/.zdirs + builtin print -l ${(u)dirstack} >! ~/.zdirs } # }}}