Skip to content

Commit

Permalink
Adding rvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jrom committed Mar 25, 2010
1 parent 4abd167 commit 91732f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash/paths
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export PATH="~/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:$PATH"
export PATH="/opt/local/bin:$PATH"
export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"

if [[ -s ~/.rvm/scripts/rvm ]] ; then source ~/.rvm/scripts/rvm ; fi

0 comments on commit 91732f1

Please sign in to comment.