Enable auto cd and auto pushd

This commit is contained in:
Tom Willemse 2013-05-23 02:43:31 +02:00
parent 2ab08bd830
commit cbfaf91265

4
.zshrc
View file

@ -35,9 +35,11 @@ alias mysql="mysql --pager"
alias -s pdf="zathura" alias -s pdf="zathura"
alias -s xls="libreoffice" alias -s xls="libreoffice"
setopt AUTO_CD
setopt AUTO_PUSHD
setopt EXTENDED_GLOB
setopt NOTIFY setopt NOTIFY
setopt PROMPT_SUBST # Allow for functions in the prompt setopt PROMPT_SUBST # Allow for functions in the prompt
setopt EXTENDED_GLOB
zstyle :compinstall filename '$HOME/.zshrc' zstyle :compinstall filename '$HOME/.zshrc'