[zsh] This IO redirection was bad; redirection stdout and err is >&, not &>
This commit is contained in:
parent
b2a1d2fc83
commit
4317bfd61e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
for func in ${(P)${1}}; do
|
||||
if autoload -Uz $func &> -; then
|
||||
if autoload -Uz $func >& -; then
|
||||
$func
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue