[zsh] Clean up and move init_env to init-unix-env

This commit is contained in:
Eryn Wells 2024-09-23 18:13:46 -07:00
parent 2d43ef9a1e
commit d16905313e
3 changed files with 21 additions and 12 deletions

2
zshenv
View file

@ -23,7 +23,7 @@ autoload -Uz do_init_functions
typeset -a zsh_init_env_functions=( \
init-path \
init_system_parameters \
init_env \
init-unix-env \
init_env_aliases \
init_env_python \
init_env_playdate \