Browse Source

setopt autopushd

master
Brett Langdon 5 years ago
parent
commit
d56595d45d
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc

+ 1
- 1
zshrc View File

@ -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

Loading…
Cancel
Save