[zsh] Move init_env_vi -> init-vi and make it a proper function

This commit is contained in:
Eryn Wells 2024-09-23 18:21:34 -07:00
parent 9ef882cb84
commit ae6fd37cf9
3 changed files with 19 additions and 15 deletions

2
zshenv
View file

@ -26,7 +26,7 @@ typeset -a zsh_init_env_functions=( \
init-zsh-helpers \
init_env_python \
init_env_playdate \
init_env_vi \
init-vi \
init_env_$SYS \
)