Skip to content

Commit

Permalink
Initialize Heroku Toolbelt if installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncodes committed Nov 27, 2012
1 parent f457ff4 commit 47ad84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions profile
Expand Up @@ -233,6 +233,11 @@ if [[ -x "`which rbenv`" ]]; then
eval "$(rbenv init - --no-rehash)"
fi

# initialize Heroku Toolbelt
if [[ -d "/usr/local/heroku/bin" ]]; then
export PATH="/usr/local/heroku/bin:$PATH"
fi

# initialise autojump
AUTOJUMP_SCRIPT="$(brew --prefix)/etc/autojump"
if [ -e "$AUTOJUMP_SCRIPT" ]
Expand Down

0 comments on commit 47ad84c

Please sign in to comment.