[zsh] Give all the init-env functions consistent names
This commit is contained in:
parent
e5505a7a69
commit
f2144fcbed
8 changed files with 28 additions and 52 deletions
10
zsh/func/init-env-zsh-helpers
Normal file
10
zsh/func/init-env-zsh-helpers
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue