mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 12:48:01 +00:00
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
@ -15,6 +15,9 @@ if zstyle -T ':prezto:module:utility' correct; then
|
|||||||
setopt CORRECT
|
setopt CORRECT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Load 'run-help' function.
|
||||||
|
autoload -Uz run-help-{ip,openssl,sudo}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Aliases
|
# Aliases
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user