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