From 361e4fcd51cfa461b311ff88b0d3fd2d36a2226c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 20 Dec 2014 12:32:14 -0500 Subject: autojump: fix path in caveats --- Library/Formula/autojump.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/autojump.rb b/Library/Formula/autojump.rb index ed3d47f06..990b3812c 100644 --- a/Library/Formula/autojump.rb +++ b/Library/Formula/autojump.rb @@ -21,10 +21,10 @@ class Autojump < Formula 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 + [[ -s $(brew --prefix)/etc/autojump.sh ]] && . $(brew --prefix)/etc/autojump.sh Add the following line to your ~/.config/fish/config.fish: - . /usr/local/Cellar/autojump/HEAD/etc/autojump.fish + . #{etc}/autojump.fish EOS end -- cgit v1.2.3