From 0372a97a64aeed899ee902c9420def2e5e5a545e Mon Sep 17 00:00:00 2001 From: bullno1 Date: Sun, 17 Aug 2014 22:27:05 +0800 Subject: [PATCH] Normalize autoload --- plugins/zbell/zbell.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zbell/zbell.plugin.zsh b/plugins/zbell/zbell.plugin.zsh index 75b5d836..00ac2f76 100644 --- a/plugins/zbell/zbell.plugin.zsh +++ b/plugins/zbell/zbell.plugin.zsh @@ -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