Justin Megawarne said:
>On Thu, May 18, 2000 at 12:04:10PM -0700, Nick wrote:
>> i installed Tsch how do i get back to BASH
>>
>> thankx
>
>easy peasy ... run chsh =)
And another helpful tip is:
If you don't know how to use vi, you'll need to edit all of your shell rc
files (.bashrc, .tcsh, etc -- or whatever your login shell is) with
pico (or whatever you're used to) and add in something like EDITOR="pico";
export $EDITOR; (or similar) so that when you execute chsh you'll be
dropped into an editor that you can use.