[zsh] Give all the init-env functions consistent names

This commit is contained in:
Eryn Wells 2024-09-24 09:25:09 -07:00
parent e5505a7a69
commit f2144fcbed
8 changed files with 28 additions and 52 deletions

10
zshenv
View file

@ -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