RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: orthodoc
Site: about.me/orthodoc
For me this worked:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
That dot is necessary.
For me this worked:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
That dot is necessary.