Skip to content

Commit

Permalink
move rvm path to bottom of .profile to fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel O'Callaghan committed Feb 16, 2015
1 parent 7ff6997 commit cb5bac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if [ -f ~/Dropbox/workrelated/private-env.bash ]; then
. ~/Dropbox/workrelated/private-env.bash
fi

[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM
[[ -r $rvm_path/scripts/completion ]] && . $rvm_path/scripts/completion
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
Expand Down Expand Up @@ -93,3 +92,4 @@ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[0
### Added by the Heroku Toolbelt
PATH=$PATH:/usr/pgsql-9.1/bin:$HOME/.rvm/bin # Add RVM to PATH for scripting
export PATH=/usr/local/bin:$PATH
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM

0 comments on commit cb5bac5

Please sign in to comment.