Source RVM directly rather than relying on .zshrc or even .bashrc, and let people have their own patch versions

This commit is contained in:
James Ottaway 2011-08-27 02:00:41 +10:00
commit 7a80152d5f

View file

@ -1,8 +1,10 @@
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
alias rubies='rvm list rubies'
alias gemsets='rvm gemset list'
local ruby18='ruby-1.8.7-p334'
local ruby19='ruby-1.9.2-p180'
local ruby18='ruby-1.8.7'
local ruby19='ruby-1.9.2'
function rb18 {
if [ -z "$1" ]; then