#   T-shell (extended C shell) start up file.

# set the search path
set path = ($path /usr/local/cad/bin /usr/local/spice/bin)

# set prompt to show event number
set prompt='\!->'

# set history to remember the last 20 events
set history=30
set savehist=20

# prevent "mv" from overwriting files
set noclobber

# allows a background task to notify the shell immediately
set notify

# Here is an example to reset the umask so other and group have read and
# execute permission on new files you create.  It is originally set in
# /etc/ksu.login.  To reset, uncomment out this line.
#umask 022

# Set environment variables.
setenv CAD_HOME /usr/local/cad
setenv MANPATH /usr/local/cad/man:/usr/local/man:/usr/man/preformat:/usr/man:/usr/X11/man:/usr/openwin/man


stty erase ^H
setenv TERM vt100