[zsh] Give all the init-env functions consistent names
This commit is contained in:
parent
e5505a7a69
commit
f2144fcbed
8 changed files with 28 additions and 52 deletions
10
zshenv
10
zshenv
|
@ -28,13 +28,13 @@ init-env-fpath
|
|||
autoload -Uz do_init_functions
|
||||
|
||||
typeset -a zsh_init_env_functions=( \
|
||||
init-path \
|
||||
init-unix-env \
|
||||
init-zsh-helpers \
|
||||
init-env-path \
|
||||
init-env-unix \
|
||||
init-env-zsh-helpers \
|
||||
init-env-python \
|
||||
init-env-playdate \
|
||||
init-vi \
|
||||
init_env_$SYS \
|
||||
init-env-vi \
|
||||
init-env-$SYS \
|
||||
)
|
||||
|
||||
do_init_functions zsh_init_env_functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue