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:
Indrajit Raychaudhuri 2021-04-29 17:44:26 -05:00 committed by Indrajit Raychaudhuri
parent 095f44796b
commit 7222fe5fd6
1 changed files with 3 additions and 0 deletions

View File

@ -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
#