X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/731ecff103be07c9ccc49ed8c6cc23d9eb969224..b6ba5e253ea33b0f159076b8ae1f669e76b568e9:/zsh/lib/run_help.zsh diff --git a/zsh/lib/run_help.zsh b/zsh/lib/run_help.zsh index 3313004..6430ca8 100644 --- a/zsh/lib/run_help.zsh +++ b/zsh/lib/run_help.zsh @@ -1,6 +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 +autoload -Uz run-help +autoload -Uz run-help-git +autoload -Uz run-help-sudo +autoload -Uz run-help-svn