Enable auto cd and auto pushd
This commit is contained in:
parent
2ab08bd830
commit
cbfaf91265
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue