about summary refs log tree commit diff stats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index d96c017..aeeaaa8 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -2,6 +2,7 @@ autoload -U colors && colors	    # colors
 autoload -U compinit && compinit    # basic completion
 autoload -U compinit colors zcalc   # theming
 setopt PROMPT_SUBST
+setopt  autocd autopushd pushdignoredups
 
 source "$ZDOTDIR/aliases.zsh"