# # /etc/cshrc - Default settings for all csh users # # This is 'sourced' before $HOME/.cshrc, which in turn preceeds $HOME/.login # when a csh user logs in or invokes /bin/su with the `-' option. # Tell the shell where to look for mail. if ($?MAIL == 0) setenv MAIL /usr/mail/$USER set mail=$MAIL if (! $?ENVONLY) then # Print the message of the day. cat -s /etc/motd # Check for mail. if ( -e /bin/mail ) then if ( { /bin/mail -e } ) then echo 'You have mail.' endif endif endif setenv MSGVERB text:action setenv NOMSGLABEL 1 setenv NOMSGSEVERITY 1 # set useful path. ##set path=( . /usr/local/bin /usr/people/tony/bin /usr/local/xplor/exec \ ##/vnmr/bin /ipt/local/bin /usr/etc $path) # # set up for quanta from bionmr2 ####source /u/local/msi/quanta97/.setquanta ####source /u/local/msi/nmrcompass251/.setnmrcompass # # Stuff added for vnmrSGI Note - /vnmr/bin deleted from path! #alias vnmrsgi vnmr #setenv vnmruser $home/vnmrsys #setenv vnmrsystem /vnmr #setenv memsize 32 #setenv graphics sun # set path=( $path /usr/freeware/bin )