add missing run-help-*
authorThilo Six <grml@xk2c.de>
Sun, 5 Feb 2017 13:16:21 +0000 (14:16 +0100)
committerFrank Terbeck <ft@grml.org>
Sun, 5 Feb 2017 14:30:26 +0000 (15:30 +0100)
add missing run-help-* functions

etc/zsh/zshrc

index 1aa7376..c5f50de 100644 (file)
@@ -1566,7 +1566,7 @@ alias url-quote='autoload -U url-quote-magic ; zle -N self-insert url-quote-magi
 
 #m# k ESC-h Call \kbd{run-help} for the 1st word on the command line
 alias run-help >&/dev/null && unalias run-help
-for rh in run-help{,-git,-svk,-svn}; do
+for rh in run-help{,-git,-ip,-openssl,-p4,-sudo,-svk,-svn}; do
     zrcautoload $rh
 done; unset rh