So if you are a Penn State Harrisburg student you might have been as frustrated as me to find out that you cant change your default shell. Here is a little hack that will run whatever shell you want and not mess up your ability to sftp onto these machines.
123
cd ~;
mv .cshrc .cshrc_old
vi .cshrc
Put the following into this file.
1234
#!/bin/cshif($?prompt )thenexec /bin/bash
endif
Then put any env info you want into the following file: