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