[zsh] Remove init-env-zsh-helpers -- those went to init-env
This commit is contained in:
parent
a64ae962ca
commit
a174790ed0
2 changed files with 0 additions and 11 deletions
|
@ -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
1
zshenv
|
@ -31,7 +31,6 @@ typeset -a zsh_init_env_functions=( \
|
||||||
init-env \
|
init-env \
|
||||||
init-env-path \
|
init-env-path \
|
||||||
init-env-unix \
|
init-env-unix \
|
||||||
init-env-zsh-helpers \
|
|
||||||
init-env-python \
|
init-env-python \
|
||||||
init-env-playdate \
|
init-env-playdate \
|
||||||
init-env-vi \
|
init-env-vi \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue