From: Thilo Six Date: Sun, 5 Feb 2017 13:16:21 +0000 (+0100) Subject: add missing run-help-* X-Git-Tag: v0.14.0~9 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=bec2df109f9bc9e0d9838627ebce721d79dcd968 add missing run-help-* add missing run-help-* functions --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1aa7376..c5f50de 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -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