mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-20 10:51:13 +00:00
base: Check for 'run-help' in aliases
hash before evicting
Add guard to check for presence of 'run-help' in `aliases` hash before evicting. In some systems (like Debian) '/etc/zshrc' might have already done it.
This commit is contained in:
parent
63bc5061a7
commit
8a967fc108
2
init.zsh
2
init.zsh
@ -183,7 +183,7 @@ for zmodule ("$zmodules[@]") zmodload "zsh/${(z)zmodule}"
|
||||
unset zmodule{s,}
|
||||
|
||||
# Load more specific 'run-help' function from $fpath.
|
||||
unalias run-help && autoload -Uz run-help
|
||||
(( $+aliases[run-help] )) && unalias run-help && autoload -Uz run-help
|
||||
|
||||
# Autoload Zsh functions.
|
||||
zstyle -a ':prezto:load' zfunction 'zfunctions'
|
||||
|
Loading…
Reference in New Issue
Block a user