#.cshrc -- sample .cshrc for new users
#$Header:.cshrc 12.0$
#$ACIS:.cshrc 12.0$
#$Source: /ibm/acis/usr/src/usr.skel/RCS/.cshrc,v $
#The following applies to all c-shells
if ($?prompt) then
#The following applies only to interactive shells, not to shell scripts
	set prompt = ${USER}\(+!\)' '
	set history = 30
	set savehist = $history # Keeps history over sessions
	set time = 2
	set ignoreeof # Don't accidentally logout
	set noclobber # Don't accidentally erase files
	set mail = (120 /usr/spool/mail/$USER /usr/msgs) # check for new
		# mail, msgs, every 2 minute
endif
#You may modify this as you wish
