setenv USER dump

set path=( $HOME/bin /usr/local/bin /usr/bin /bin  /etc /usr/bsd /usr/ucb)
set prompt = "$USER@`hostname` \!: "
set ignoreeof
set notify
set history = 24
umask 27

setenv TERM vt100
set     time    = 60

alias ll ls -alg

set filec

if ( -r .cshrc.local ) then
source .cshrc.local
endif
