# $Id: root.cshrc,v 1.2 1998/05/19 17:08:39 nathanw Exp $

set path=( /srvd/patch /usr/local/sbin /usr/local/bin /usr/athena/bin \
	   /etc/athena /usr/sbin /sbin /bin/athena /usr/bin /bin \
	   /usr/athena/etc /usr/X11R6/bin )
if ($?prompt) then
	set prompt="`uname -n`# "
endif

set add_flags="-a -h -n"
alias add 'eval `/bin/athena/attach -Padd $add_flags \!:*`'

# source user's .cshrc if WHO variable is set.
if ($?WHO) then
	if ( -r ~$WHO/.cshrc ) then
		source ~$WHO/.cshrc
	endif
endif
umask 022
