Tuesday, January 26, 2010

Switching from tcsh to bash when you can't change your shell in /etc/passwd or whereever...

Just add bash to your tcsh startup script. Edit ~/.cshrc and at the end add a single line saying: bash

When you exit you'll still have to exit twice if you do this a better option might be:

exec bash

No comments: