
One of the easiest ways to customize your UNIX environment at NC State is to edit the ~/.mycshrc file. For example, one can use an entry such as this to select their Window Manager:
setenv WINDOW_MANAGER /afs/eos/contrib/wm/bin/twm
So, in order to make this whole thing work, you'll want to add this program to .mycshrc in order to run the program upon login. Simply open the file with your favorite text editor and add this:
~/bin/ssh_test
Here are some links to the things that can be done with .mycshrc:
| Window Managers | Background Images |
| Customizing the Command Prompt | Making Programs Start on Login |