diff --git a/zsh/func/init-env-zsh-helpers b/zsh/func/init-env-zsh-helpers deleted file mode 100644 index 7da76e3..0000000 --- a/zsh/func/init-env-zsh-helpers +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env zsh -# Eryn Wells - -function init-zsh-helpers -{ - alias local-array="local -a" - alias local-map="local -A" -} - -init-zsh-helpers "$@" diff --git a/zshenv b/zshenv index a6da14e..7081917 100644 --- a/zshenv +++ b/zshenv @@ -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 \