mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Normalize autoload
This commit is contained in:
parent
3a1a62092d
commit
0372a97a64
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ zmodload zsh/datetime || return
|
||||||
autoload -Uz add-zsh-hook || return
|
autoload -Uz add-zsh-hook || return
|
||||||
|
|
||||||
# make sure we can do regexp replace
|
# make sure we can do regexp replace
|
||||||
autoload -U regexp-replace
|
autoload -Uz regexp-replace || return
|
||||||
|
|
||||||
# initialize zbell_duration if not set
|
# initialize zbell_duration if not set
|
||||||
(( ${+zbell_duration} )) || zbell_duration=15
|
(( ${+zbell_duration} )) || zbell_duration=15
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue