about summary refs log tree commit diff
path: root/StartupFiles
diff options
context:
space:
mode:
authorMartin Vaeth <vaeth@mathematik.uni-wuerzburg.de>2013-11-12 17:41:40 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-12 21:06:46 +0000
commit0f9032753a26203143e59b59095adf15105cc6de (patch)
treed9b479395b3087e40418c3f39c0a93705530b6b2 /StartupFiles
parent2fc2bb7c17aeb7514e5d42e46bb08304480bf125 (diff)
downloadzsh-0f9032753a26203143e59b59095adf15105cc6de.tar.gz
zsh-0f9032753a26203143e59b59095adf15105cc6de.tar.xz
zsh-0f9032753a26203143e59b59095adf15105cc6de.zip
31959 (plus tweak to .gitignore): make help files during installation
Diffstat (limited to 'StartupFiles')
-rw-r--r--StartupFiles/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/StartupFiles/zshrc b/StartupFiles/zshrc
index 1172b7b65..445209ef5 100644
--- a/StartupFiles/zshrc
+++ b/StartupFiles/zshrc
@@ -75,7 +75,7 @@ RPROMPT=' %~'     # prompt for right side of screen
 # Some environment variables
 export MAIL=/var/spool/mail/$USERNAME
 export LESS=-cex3M
-export HELPDIR=/usr/local/lib/zsh/help  # directory for run-help function to find docs
+export HELPDIR=/usr/share/zsh/$ZSH_VERSION/help  # directory for run-help function to find docs
 
 MAILCHECK=300
 HISTSIZE=200