Normalize autoload

This commit is contained in:
bullno1 2014-08-17 22:27:05 +08:00
parent 3a1a62092d
commit 0372a97a64

View File

@ -21,7 +21,7 @@ zmodload zsh/datetime || return
autoload -Uz add-zsh-hook || return
# make sure we can do regexp replace
autoload -U regexp-replace
autoload -Uz regexp-replace || return
# initialize zbell_duration if not set
(( ${+zbell_duration} )) || zbell_duration=15