When I installed RVM, it turns out that it created .bash_login with this:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session as a function
And I now have to manually source .profile, where my BASH configs are. How do I get .profile to automatically execute?
