[zsh] Remoe +X from .zshenv prepend_to_path autoload

This commit is contained in:
Eryn Wells 2022-01-25 17:24:10 -08:00
parent de14a7c00d
commit d630b1ea71

2
zshenv
View file

@ -8,7 +8,7 @@ unsetopt GLOBAL_RCS
export SYS=`uname -s | tr A-Z a-z`
fpath=("$HOME/.zsh/func" $fpath)
autoload -Uz +X prepend_to_path
autoload -Uz prepend_to_path
autoload -Uz append_to_path
autoload -Uz init_env
autoload -Uz init_env_python