]> git.rmz.io Git - dotfiles.git/commitdiff
zsh: load run_help plugin
authorSamir Benmendil <samir.benmendil@gmail.com>
Sun, 11 May 2014 01:31:00 +0000 (02:31 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 11 May 2014 01:32:59 +0000 (02:32 +0100)
zsh/lib/run_help.zsh [new file with mode: 0644]

diff --git a/zsh/lib/run_help.zsh b/zsh/lib/run_help.zsh
new file mode 100644 (file)
index 0000000..3313004
--- /dev/null
@@ -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