umask 006
########################################################
# sets certain useful terminal I/O options for the device
########################################################
if ( $?prompt ) then # this part is required.
if (-e /usr/spool/mail) then
set prompt = "<`hostname` `whoami`> "
set mail = ( /usr/spool/mail/$home:t )
else
set prompt = "<`uname -n` `whoami`> "
set mail = ( /usr/mail/$home:t )
endif
stty erase ^H kill ^U intr ^C
set erasechar="^H"
(echo "stty erase $erasechar kill ^U intr ^C " > /dev/null) >& /dev/tty
unset erasechar
set history = 200
set savehist = 100
endif
set SHELL = /bin/csh
set prompt='[%n@%m %c]# '
########################################################
# User specific aliases and functions
########################################################
alias icc "icc_shell -gui"
alias g "gvim"
########################################################
# Set Parameters Here
########################################################