[zsh] Add init-env back to the zshenv init functions

It somehow got dropped.
This commit is contained in:
Eryn Wells 2024-09-26 16:05:49 -07:00
parent f7f45b5b50
commit a64ae962ca
2 changed files with 24 additions and 0 deletions

1
zshenv
View file

@ -28,6 +28,7 @@ init-env-fpath
autoload -Uz do_init_functions
typeset -a zsh_init_env_functions=( \
init-env \
init-env-path \
init-env-unix \
init-env-zsh-helpers \