Skip to content

Commit

Permalink
Add support for RVM (Ruby Version Manager).
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Feb 24, 2010
1 parent 0a8007a commit 968f524
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bashrc
Expand Up @@ -351,3 +351,10 @@ test -n "$INTERACTIVE" -a -n "$LOGIN" && {
}

# vim: ts=4 sts=4 shiftwidth=4 expandtab

# -------------------------------------------------------------------
# Ruby Version Manager (RVM)
# -------------------------------------------------------------------

test ~/.rvm/scripts/rvm &&
. ~/.rvm/scripts/rvm

0 comments on commit 968f524

Please sign in to comment.