diff --git a/zsh/func/do_init_functions b/zsh/func/do_init_functions index 30346c7..69d437d 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