Mercurial > dotfiles.old
diff zsh/setopt.zsh @ 210:7bb0fcd6f96a
Remember dirstacks
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 27 Nov 2014 08:13:33 +0100 |
parents | 87498dbd779a |
children |
line wrap: on
line diff
--- a/zsh/setopt.zsh Tue Nov 25 20:28:15 2014 +0100 +++ b/zsh/setopt.zsh Thu Nov 27 08:13:33 2014 +0100 @@ -49,7 +49,6 @@ setopt multios - unsetopt MENU_COMPLETE setopt AUTO_MENU @@ -58,3 +57,9 @@ REPORTTIME=5 setopt correct_all + +# Directory history +setopt autopushd +setopt pushdminus +setopt pushdsilent +setopt pushdtohome