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