summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-01-24 17:38:18 -0600
committerToby Vincent <tobyv13@gmail.com>2022-01-24 17:38:18 -0600
commit7119a3713331d61de1b4cfe16c68703c097c758e (patch)
tree8012048adb7b01036fd1c5191282fd65b244342b /zsh/zshrc
parentf63e69651175b71eea1328b7a4a4fefad854864d (diff)
feat: added auto_pushd opt
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
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