autocd for zsh

This commit is contained in:
Vitor Gonçalves 2024-01-22 18:30:41 -03:00
parent 4b5a8597df
commit 9911b2bf52
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 0 deletions

View File

@ -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"