From: Samir Benmendil Date: Sun, 11 May 2014 01:31:00 +0000 (+0100) Subject: zsh: load run_help plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d48db5d7af07207c1b0d829eb7c538432c2fac3c zsh: load run_help plugin --- diff --git a/zsh/lib/run_help.zsh b/zsh/lib/run_help.zsh new file mode 100644 index 0000000..3313004 --- /dev/null +++ b/zsh/lib/run_help.zsh @@ -0,0 +1,6 @@ +[[ "$(whence -w run-help)" == "run-help: alias" ]] && unalias run-help + +autoload run-help +autoload run-help-git +autoload run-help-sudo +autoload run-help-svn