RailsCasts Pro episodes are now free!

Learn more or hide this

Biswajit Dutta Baruah's Profile

GitHub User: orthodoc

Site: about.me/orthodoc

Comments by Biswajit Dutta Baruah

Avatar

For me this worked:

[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"

That dot is necessary.