# Commands here are executed for a login shell only. This
# file need not contain any commands at all. See .cshrc.
#
stty ff0 -tabs erase \^h kill \^c	# set terminal characteristics
setenv	TERMCAP /etc/termcap		# terminal data base
setenv	SHELL	/bin/sh			# use regular shell for scripts
set termtype = `tset - -r`		# initialize and report terminal mode
set ignoreeof				# don't let control-d logout
set path=(. /bin /usr/bin)		# execution search path
set prompt=\!%\ 			# set prompt string (interactive shell
					# only.  Else delete this line.)
