feat(zsh): disable autocd

This commit is contained in:
2024-02-01 14:50:39 +01:00
parent fc639f1fe4
commit 62ccbf5d4b

View File

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