diff options
-rw-r--r-- | .config/zsh/.zshrc | 1 |
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" |