Skip to content

Commit

Permalink
update: Switch from rvm to rbenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
gf3 committed Nov 9, 2011
1 parent 730c3c0 commit 682ce58
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .commonrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ fi
# Misc settings
export EDITOR=vim

# RVM
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# rbenv
if [ -d "$HOME/.rbenv/bin" ] ; then
export PATH="$HOME/.rbenv/bin":$PATH
eval "$(rbenv init -)"
fi

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule ".vim/bundle/jade.vim"]
path = .vim/bundle/jade.vim
url = git://github.com/vim-scripts/jade.vim.git
[submodule ".rbenv"]
path = .rbenv
url = git://github.com/sstephenson/rbenv.git
1 change: 1 addition & 0 deletions .rbenv
Submodule .rbenv added at 01a0ad

0 comments on commit 682ce58

Please sign in to comment.