aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-25 08:32:48 -0800
committerAdam Vandenberg2012-11-25 08:32:48 -0800
commitd1d2744f4abc2bfc14205b089ec8667395a63ff3 (patch)
tree86dec9793cac6de67cae7045f855d2b336bc608d /Library
parent3b209709febcb19ca31737cf83f315b4656ea8d6 (diff)
downloadhomebrew-d1d2744f4abc2bfc14205b089ec8667395a63ff3.tar.bz2
autojump: style nit
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/autojump.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb
index 5ba16ad9f..4ef3d4696 100644
--- a/Library/Formula/autojump.rb
+++ b/Library/Formula/autojump.rb
@@ -17,12 +17,10 @@ class Autojump < Formula
end
def caveats; <<-EOS.undent
-
Add the following line to your ~/.bash_profile or ~/.zshrc file (and remember
to source the file to update your current session):
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh
-
EOS
end
end