aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index 3e6d3e4d8..2f62ea992 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -24,6 +24,7 @@ class Zsh < Formula
--enable-scriptdir=#{share}/zsh/scripts
--enable-site-fndir=#{HOMEBREW_PREFIX}/share/zsh/site-functions
--enable-site-scriptdir=#{HOMEBREW_PREFIX}/share/zsh/site-scripts
+ --enable-runhelpdir=#{share}/zsh/help
--enable-cap
--enable-maildir-support
--enable-multibyte
@@ -56,7 +57,7 @@ class Zsh < Formula
Add the following to your zshrc to access the online help:
unalias run-help
autoload run-help
- HELPDIR=#{HOMEBREW_PREFIX}/share/zsh/helpfiles
+ HELPDIR=#{HOMEBREW_PREFIX}/share/zsh/help
EOS
end
end