diff --git a/zsh/func/do_init_functions b/zsh/func/do_init_functions index 57c34a6..30346c7 100644 --- a/zsh/func/do_init_functions +++ b/zsh/func/do_init_functions @@ -2,7 +2,7 @@ # Eryn Wells for func in ${(P)${1}}; do - if autoload -Uz $func &>-; then + if autoload -Uz $func &> -; then $func fi done