diff options
| author | Adam Vandenberg | 2013-06-11 10:50:13 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-11 10:50:13 -0700 |
| commit | f0f534785208637db293b34ba5abff62d9404912 (patch) | |
| tree | 977b59b0468ccd85ab5db42efd8a3263f1f68985 /Library/Formula | |
| parent | 6ab2e3f1dd78cd81a43be2aeaf2b86108e620fdf (diff) | |
| download | homebrew-f0f534785208637db293b34ba5abff62d9404912.tar.bz2 | |
z: remove back-compat caveats
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/z.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/z.rb b/Library/Formula/z.rb index 877e5e72c..c112faf04 100644 --- a/Library/Formula/z.rb +++ b/Library/Formula/z.rb @@ -15,20 +15,6 @@ class Z < Formula def caveats; <<-EOS.undent For Bash or Zsh, put something like this in your $HOME/.bashrc or $HOME/.zshrc: . `brew --prefix`/etc/profile.d/z.sh - - ZSH USERS BACKWARD COMPATIBILITY WARNING: - z now handles 'precmd' set up for zsh. z (<=1.3) users using zsh should - remove the precmd function that was described in the installation - instructions for previous versions. - - In short, this: - . /path/to/z.sh - function precmd () { - _z --add "$(pwd -P)" - } - - should now be: - . `brew --prefix`/etc/profile.d/z.sh EOS end end |
