Skip to content

Instantly share code, notes, and snippets.

@jhubert
jhubert / rvm2rbenv.txt
Last active December 15, 2015 10:49 — forked from brentertz/rvm2rbenv.txt
## Prepare ###################################################################
# Remove RVM
rvm implode
# Remove the RVM stuff from your .profile - It probably looks like...
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
# Reload your profile
. ~/.profile