feat(zsh): disable autocd

This commit is contained in:
Matej Janezic 2024-02-01 14:50:39 +01:00
parent fc639f1fe4
commit 62ccbf5d4b
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ antigen theme romkatv/powerlevel10k
# apply plugin load # apply plugin load
antigen apply antigen apply
unsetopt autocd
# pyenv # pyenv
eval "$(pyenv init -)" eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)" eval "$(pyenv virtualenv-init -)"