diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-22 18:30:41 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2024-01-22 18:30:41 -0300 |
commit | 9911b2bf52e8fb8e8ed736c08d6d3414c73604f3 (patch) | |
tree | 93188c167cad284f095a02cb962001cea5c5b7bf | |
parent | 4b5a8597df645b8b78742b420848beb18ac94a83 (diff) | |
download | dots-9911b2bf52e8fb8e8ed736c08d6d3414c73604f3.tar.gz |
autocd for zsh
-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" |