People,
In an attempt to minimize login difficulties for users when hopping around our many UNIX platforms, some useful login scripts have been placed in /usr/local/etc of each platform for all to use.
These scripts will work for users of tcsh and csh. (Users of bash, the few of you there are, are still on their own at the moment.)
To make use of these more comprehensive scripts, you may edit your .login and .cshrc files to look like these:
.login :
#
# start of text
#
source /usr/local/etc/login
#
# end of text
#
.chsrc :
#
# start of text
#
source /usr/local/etc/cshrc
#
# end of text
#
The cshrc script makes provision for you to initalize personal aliases and the PRINTER variable by sourcing a file '$HOME/.cshrc.custom' should you choose to create it.
This script will also set up the basic latex environment which can be modified if you know what you're doing in .cshrc.custom as well.
If you need help modifying your login files please mail to tech - we'll help. ;-)
Please refer any questions to tech@cs.pitt.edu.
matt