Skip to content

Commit

Permalink
Change PATH for bash
Browse files Browse the repository at this point in the history
  • Loading branch information
coondog0630 committed Aug 26, 2011
1 parent a26998d commit bdce532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/.bash_profile.macosx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export BREW_HOME="/usr/local/bin:/usr/local/sbin"
export LOCAL_BIN=~/.local/bin:~/.bin

# PATH
export PATH=$LOCAL_BIN:$BREW_HOME:$EC2_HOME/bin:$DEPOT_TOOLS:$PYSTUFF:$PATH
export PATH="$LOCAL_BIN:$PYSTUFF:$BREW_HOME:$EC2_HOME/bin:$PATH"

# RVM
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
Expand Down

0 comments on commit bdce532

Please sign in to comment.