if [[ -n $zsv_hooks[$1] ]]; then zsv_hooks[$1]="${zsv_hooks[$1]} $2" else zsv_hooks[$1]=$2 fi # vim: ft=zsh noet ts=4 sts=4 sw=4