1
2
3
4
5
6
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