From: Samir Benmendil Date: Thu, 27 Dec 2018 14:16:46 +0000 (+0000) Subject: zsh: don't expand aliases and load function in zsh mode X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b6ba5e253ea33b0f159076b8ae1f669e76b568e9?ds=sidebyside zsh: don't expand aliases and load function in zsh mode --- 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