From 7119a3713331d61de1b4cfe16c68703c097c758e Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 24 Jan 2022 17:38:18 -0600 Subject: feat: added auto_pushd opt --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index f784fff..2c7a8fb 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -9,6 +9,7 @@ SAVEHIST=10000 setopt NO_BEEP setopt MENU_COMPLETE +setopt auto_pushd # auto push to the directory stack on cd setopt extended_history # record timestamp of command in HISTFILE setopt hist_expire_dups_first # delete duplicates first when HISTFILE size exceeds HISTSIZE setopt hist_ignore_dups # ignore duplicated commands history list -- cgit v1.2.3-70-g09d2