[zsh] Remoe +X from .zshenv prepend_to_path autoload
This commit is contained in:
parent
de14a7c00d
commit
d630b1ea71
1 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue