How do I make Bash my default shell on Ubuntu?
- by James A. Rosen
I have a .bash_profile in my home directory, but it isn't getting run on login. If I do the following, then things seem to be as I expect:
ssh myhost
bash
source ~/.bash_profile
But normally that all happens on login. Thoughts?