From bec2df109f9bc9e0d9838627ebce721d79dcd968 Mon Sep 17 00:00:00 2001 From: Thilo Six Date: Sun, 5 Feb 2017 14:16:21 +0100 Subject: [PATCH] add missing run-help-* add missing run-help-* functions --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4