[zsh] Convert zshenv autoloads to use -Uz instead of +X
This commit is contained in:
parent
ae3821afee
commit
03a6f10522
1 changed files with 5 additions and 5 deletions
10
zshenv
10
zshenv
|
@ -8,11 +8,11 @@ unsetopt GLOBAL_RCS
|
||||||
export SYS=`uname -s | tr A-Z a-z`
|
export SYS=`uname -s | tr A-Z a-z`
|
||||||
|
|
||||||
fpath=("$HOME/.zsh/func" $fpath)
|
fpath=("$HOME/.zsh/func" $fpath)
|
||||||
autoload +X prepend_to_path
|
autoload -Uz +X prepend_to_path
|
||||||
autoload +X append_to_path
|
autoload -Uz append_to_path
|
||||||
autoload +X init_env
|
autoload -Uz init_env
|
||||||
autoload +X init_env_python
|
autoload -Uz init_env_python
|
||||||
autoload +X init_path
|
autoload -Uz init_path
|
||||||
|
|
||||||
init_path
|
init_path
|
||||||
init_env
|
init_env
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue