Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] StartupFiles/zshrc += run-help
- X-seq: zsh-workers 37797
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] StartupFiles/zshrc += run-help
- Date: Tue, 26 Jan 2016 22:42:54 +0000
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
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