How do I make Bash my default shell on Ubuntu?
Posted
by James A. Rosen
on Super User
See other posts from Super User
or by James A. Rosen
Published on 2009-09-25T12:03:09Z
Indexed on
2010/06/01
11:43 UTC
Read the original article
Hit count: 286
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?
© Super User or respective owner