[zsh] Replace implementation of init_path with update-path call

Rename this function with hyphens instead of underscores.
This commit is contained in:
Eryn Wells 2024-09-23 14:44:26 -07:00
parent 02f5655426
commit 2d43ef9a1e
3 changed files with 27 additions and 48 deletions

2
zshenv
View file

@ -21,7 +21,7 @@ init_env_fpath
autoload -Uz do_init_functions
typeset -a zsh_init_env_functions=( \
init_path \
init-path \
init_system_parameters \
init_env \
init_env_aliases \