diff options
Diffstat (limited to 'Functions/Misc/add-zsh-hook')
-rw-r--r-- | Functions/Misc/add-zsh-hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/add-zsh-hook b/Functions/Misc/add-zsh-hook index fa8015a3d..b11db5b5c 100644 --- a/Functions/Misc/add-zsh-hook +++ b/Functions/Misc/add-zsh-hook @@ -52,7 +52,7 @@ if (( del )); then (( ${(P)#hook} )) || unset $hook fi else - if (( ${(P)+hook} )): then + if (( ${(P)+hook} )); then if (( ${(P)hook[(I)$fn]} == 0 )); then set -A $hook ${(P)hook} $fn fi |