I just upgraded RVM to 1.0.13 and suddenly started getting the following error message in my terminal every time I executed a command.
Unknown alias name: 'default'
Turns out, RVM wants you to set your default version of ruby. Running the following command appears to have fixed the problem for me.
rvm use ruby-1.9.2 --default