Skip to content

Commit

Permalink
updated config for the latest autojump release
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonfreitas committed Jan 3, 2013
1 parent b9eafcc commit 4c91a4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zshrc
Expand Up @@ -10,6 +10,5 @@ source ~/.dotfiles/zsh/git-flow-completion.zsh
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi
[[ -s `brew --prefix`/etc/autojump.sh ]] && . `brew --prefix`/etc/autojump.sh

0 comments on commit 4c91a4b

Please sign in to comment.