From 0e8bc061715c92d829443c9b665d36101038c57f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 21 Jan 2014 08:48:08 -0800 Subject: [PATCH] zsh: remove caveats for system file modifications. --- Library/Formula/zsh.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb index b01bcb1fbcfc..0e95ab8ad256 100644 --- a/Library/Formula/zsh.rb +++ b/Library/Formula/zsh.rb @@ -46,16 +46,6 @@ def test end def caveats; <<-EOS.undent - To use this build of Zsh as your login shell, add it to /etc/shells. - - If you have administrator privileges, you must fix an Apple miss - configuration in Mac OS X 10.7 Lion by renaming /etc/zshenv to - /etc/zprofile, or Zsh will have the wrong PATH when executed - non-interactively by scripts. - - Alternatively, install Zsh with /etc disabled: - brew install --disable-etcdir zsh - Add the following to your zshrc to access the online help: unalias run-help autoload run-help