# # Initial csh profile file for new accounts # # Owlnet, Rice University # # This file should be named .cshrc in your home directory. It is read # ONCE when you login in order to set up your environment and then EVERY # time you start a new csh. Your .cshrc file is read BEFORE your .login file. # An example .cshrc file is /usr/lib/Cshrc. Enter 'man csh' for an # explanation of the Csh ("see-shell") and of the .login, .cshrc, and other # configuration files. # # You can customize this file for your own use. There are two types of # changes you can make: those which override system defaults set in the # file /usr/site/person/cshrc.all and those which do not conflict with # any of those settings. Don't override the defaults lightly; the system # administrators set them for a reason. But override them instead of # deleting all of them outright so changes made later to cshrc.all to # support a new application will work for you too. # To change something which is NOT a system default, # put your commands *after* these lines. # To change something which is NOT a system default, # put your commands *before* these lines. # System default values are set by the following line: source /usr/site/person/cshrc.all # DO NOT DELETE THIS LINE, PLEASE # To change a system default, put your # commands *after* these lines. Be careful! # *** Add to path for Elec422, also set CAD_HOME for magic set path = ( /usr/site/cad/bin $path ) setenv CAD_HOME "/usr/site/cad" # To change a system default, put your # commands *before* these lines.