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