aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-01-21 08:48:08 -0800
committerMike McQuaid2014-01-21 08:48:11 -0800
commit0e8bc061715c92d829443c9b665d36101038c57f (patch)
tree36afac1ab32d88545f79636ea8ced084ede7c0e3 /Library/Formula
parent4f990eaa65735fe306b7093aac0d71fa6e34a714 (diff)
downloadhomebrew-0e8bc061715c92d829443c9b665d36101038c57f.tar.bz2
zsh: remove caveats for system file modifications.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zsh.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Formula/zsh.rb b/Library/Formula/zsh.rb
index b01bcb1fb..0e95ab8ad 100644
--- a/Library/Formula/zsh.rb
+++ b/Library/Formula/zsh.rb
@@ -46,16 +46,6 @@ class Zsh < Formula
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