Fix autopushd
This commit is contained in:
parent
7ee2c01772
commit
4c6203e9de
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
HISTFILE=~/.histfile
|
HISTFILE=~/.histfile
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory
|
setopt extendedglob nomatch notify histignorespace histignorealldups histnofunctions histnostore histverify incappendhistory autopushd pushdignoredups
|
||||||
unsetopt autocd beep
|
unsetopt autocd beep
|
||||||
bindkey -v
|
bindkey -v
|
||||||
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin
|
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin
|
||||||
|
|
Loading…
Add table
Reference in a new issue