From d945bd9979efd88c942da43451e06e095c01faa8 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 4 Sep 2014 23:55:45 +0100 Subject: zsh: add static helpdir Configures in a static help dir. Closes #32088. Closes #32107. Signed-off-by: Jack Nagel --- Library/Formula/zsh.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3