From d56595d45d51583d4efa3bbcb008716817bd1ac2 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 9 Sep 2020 19:55:23 -0400 Subject: [PATCH] setopt autopushd --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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