diff --git a/zshrc b/zshrc index b648ad0..8819c93 100644 --- a/zshrc +++ b/zshrc @@ -3,7 +3,7 @@ export ZSH_DIR=${ZSH_DIR:-$HOME/.zshrc.d} source ${ZSH_DIR}/bootstrap.zsh unsetopt inc_append_history share_history -setopt NO_BEEP histignorealldups +setopt NO_BEEP histignorealldups autopushd # Setup iterm2 shell integration test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh