Skip to content

Commit

Permalink
Hard code path to autojump.
Browse files Browse the repository at this point in the history
  • Loading branch information
seankibler committed Dec 9, 2011
1 parent d686cbf commit ec50722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bash_profile
Expand Up @@ -23,8 +23,8 @@ if [ -r ~/.git-completion ]; then
. ~/.git-completion
fi

if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
if [ -f /usr/local/etc/autojump ]; then
. /usr/local/etc/autojump
fi

[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm

0 comments on commit ec50722

Please sign in to comment.