about summary refs log tree commit diff
path: root/StartupFiles/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'StartupFiles/zshrc')
-rw-r--r--StartupFiles/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/StartupFiles/zshrc b/StartupFiles/zshrc
index 445209ef5..d4e1d03cc 100644
--- a/StartupFiles/zshrc
+++ b/StartupFiles/zshrc
@@ -76,6 +76,7 @@ RPROMPT=' %~'     # prompt for right side of screen
 export MAIL=/var/spool/mail/$USERNAME
 export LESS=-cex3M
 export HELPDIR=/usr/share/zsh/$ZSH_VERSION/help  # directory for run-help function to find docs
+unalias run-help && autoload -Uz run-help
 
 MAILCHECK=300
 HISTSIZE=200