about summary refs log tree commit diff
path: root/StartupFiles
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-25 19:14:47 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-01-29 09:14:55 +0000
commit80ddf807f0ded53c63dea37a6e382e70416ad8b7 (patch)
treebe2c6083ca891540e124f220137c26f1b7b0c001 /StartupFiles
parent1d9c6a746c5c31ce8b0bd0ccd524a843f87c4e3e (diff)
downloadzsh-80ddf807f0ded53c63dea37a6e382e70416ad8b7.tar.gz
zsh-80ddf807f0ded53c63dea37a6e382e70416ad8b7.tar.xz
zsh-80ddf807f0ded53c63dea37a6e382e70416ad8b7.zip
37797: StartupFiles/zshrc += run-help
Diffstat (limited to 'StartupFiles')
-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