Browse Source

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.
master
Indrajit Raychaudhuri 3 years ago committed by Indrajit Raychaudhuri
parent
commit
f718ed4661
  1. 3
      modules/utility/init.zsh

3
modules/utility/init.zsh

@ -15,6 +15,9 @@ if zstyle -T ':prezto:module:utility' correct; then @@ -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…
Cancel
Save