utility: Autoload helper functions for 'run-help'
Now that, prezto is configured to lookup more specific 'run-help' function, autoload the known ones for utility.
This commit is contained in:
parent
095f44796b
commit
7222fe5fd6
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ if zstyle -T ':prezto:module:utility' correct; then
|
|||
setopt CORRECT
|
||||
fi
|
||||
|
||||
# Load 'run-help' function.
|
||||
autoload -Uz run-help-{ip,openssl,sudo}
|
||||
|
||||
#
|
||||
# Aliases
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue