# All you ever want for a Bobcat .profile
# NOTE: made specific for cadillac! -- see prompt line

TERM=hp9837
EDITOR=emacs
EXINIT='set ai sm'
LANG=n-computer
LISP=/usr/local/lisp
LISPCWFILE=/usr/local/lisp/codewords
# LISPBIN=/lisp/bin
# LISPCONFIG=/lisp/config
MAIL=/usr/mail/${LOGNAME}	# Notify when new mail arrives
ENV=${HOME}/.hpaliases

# Set up search path:
PATH=${HOME}/bin:/local-s300/bin:/usr/local/bin:/bin:/usr/bin/X11:/usr/bin:lisp/atrp/bin:.

# Set up terminal capabilities:
eval `tset -s -Q -e\^? -k\^u`
stty intr ^C
# stty erase ^?

# Defines lots of useful aliases
. ${HOME}/.hpaliases

umask 022

PS1='CAD:$PWD> '

## for X display on another bobcat: DISPLAY=<machine>:0 ; export DISPLAY

# Export important shell variables:
export DISPLAY EDITOR ENV EXINIT LANG LISP LISPBIN LISPCONFIG LISPCWFILE PATH PS1 SHELL TERM TERMCAP # Do not export MAIL

# must be converted to ksh syntax ....
# if (`tty` == /dev/console) then 
#	x 
