|
Quick Shell Question
hello,
in my home directory i have a .cshrc file and it has some stuff like setting up the path etc ... but i want my default shell to be bash and i dont have root privilages so what i did was i added a bash call at the end of the file ie:
#beginning of .cshrc
.
.
.
#end of .cshrc
bash
but the problem with this is that i have to type in exit twice, once to exit bash and once to exit the orignal shell (tcsh), i was wondering if there is something i could put in the .cshrc file that would exit the shell after the bash call, or if there is a call in bash that would exit the parent script as well?
thanx
youssefe2k
|