Next: Finally Up: The Modules System Previous: A Walkthrough of the
Personal Environment Settings
If you look in the default .cshrc (/u/system/skel/user/.cshrc), you'll see that there's an additional use directive, and an additional module at the end of the list.
module use /opt/modules/lib
module use /opt/modules/lib/courses $HOME/.modules
module load osdetect
module load browncs.$ARCH cs.$ARCH news openwin personal.mdl
This is set up to use a personal module in addition to the standard system modules. In this you could put any changes that you wanted to make to your environment (the default personal module is in /u/system/skel/user/.modules/personal.mdl).
Seth Proctor
1998-09-08