feat(zsh): disable autocd
This commit is contained in:
parent
fc639f1fe4
commit
62ccbf5d4b
|
@ -32,6 +32,8 @@ antigen theme romkatv/powerlevel10k
|
|||
# apply plugin load
|
||||
antigen apply
|
||||
|
||||
unsetopt autocd
|
||||
|
||||
# pyenv
|
||||
eval "$(pyenv init -)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
|
Loading…
Reference in New Issue