From d48db5d7af07207c1b0d829eb7c538432c2fac3c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 11 May 2014 02:31:00 +0100 Subject: [PATCH] zsh: load run_help plugin --- zsh/lib/run_help.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 zsh/lib/run_help.zsh 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 -- 2.48.1