diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/autojump.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
