[zsh] Remove init-env-zsh-helpers -- those went to init-env

This commit is contained in:
Eryn Wells 2024-09-26 16:10:46 -07:00
parent a64ae962ca
commit a174790ed0
2 changed files with 0 additions and 11 deletions

View file

@ -1,10 +0,0 @@
#!/usr/bin/env zsh
# Eryn Wells <eryn@erynwells.me>
function init-zsh-helpers
{
alias local-array="local -a"
alias local-map="local -A"
}
init-zsh-helpers "$@"

1
zshenv
View file

@ -31,7 +31,6 @@ typeset -a zsh_init_env_functions=( \
init-env \
init-env-path \
init-env-unix \
init-env-zsh-helpers \
init-env-python \
init-env-playdate \
init-env-vi \