From b6ba5e253ea33b0f159076b8ae1f669e76b568e9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 27 Dec 2018 14:16:46 +0000 Subject: [PATCH] zsh: don't expand aliases and load function in zsh mode --- zsh/lib/run_help.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.48.1