On a dedicated server we use the shell is setup differently between accounts, which is quite irritating. When I ssh into most users I get:
[user@machine some_dir]$
However, with some accounts I get:
bash-3.2$
I keep a lot of shells open to various machines, and there are a lot of different accounts. I have the ability to either make everyone have the same ~/.bashrc, but I also believe there is a global config somewhere in /etc
What's the fastest way to make sure I get the same shell whenever I ssh?