diff options
-rw-r--r-- | debian/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zshrc b/debian/zshrc index eaf022cc2..5eb80b94c 100644 --- a/debian/zshrc +++ b/debian/zshrc @@ -84,5 +84,5 @@ zstyle ':completion:*:sudo:*' command-path /usr/local/sbin \ /bin \ /usr/X11R6/bin -unalias run-help +(( ${+aliases[run-help]} )) && unalias run-help autoload run-help |