Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] StartupFiles/zshrc += run-help



---
 StartupFiles/zshrc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/StartupFiles/zshrc b/StartupFiles/zshrc
index 445209e..d4e1d03 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



Messages sorted by: Reverse Date, Date, Thread, Author