Fix autopushd

This commit is contained in:
Anthony Cicchetti 2019-10-29 15:54:27 -04:00
parent 7ee2c01772
commit 4c6203e9de

View file

@ -3,7 +3,7 @@
HISTFILE=~/.histfile
HISTSIZE=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
bindkey -v
export RPROMPT=' ' # Fixes a side-effect of the vi-mode oh-my-zsh plugin