Normalize autoload
This commit is contained in:
parent
3a1a62092d
commit
0372a97a64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user