Received: by ATHENA-PO-2.MIT.EDU (5.45/4.7) id AA21848; Thu, 29 Sep 88 15:16:28 EDT
Received: by ATHENA.MIT.EDU (5.45/4.7) id AA14553; Thu, 29 Sep 88 15:16:20 EDT
Received: from cadillac.media.mit.edu by media-lab.media.mit.edu (5.59/4.8)  id AA00207; Thu, 29 Sep 88 15:15:53 EDT
Received: by cadillac (4.30/4.8)  id AA22882; Thu, 29 Sep 88 15:19:36 edt
Date: Thu, 29 Sep 88 15:19:36 edt
From: Eero Simoncelli <eero%cadillac@media-lab.media.mit.edu>
Message-Id: <8809291919.AA22882@cadillac>
To: bgardner@ATHENA.MIT.EDU
Subject: .profile

On cadillac, I have a startup file called .profile.  It looks like
this:

-------------------- cut here ------------------------
# 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=/lisp
LISPBIN=/lisp/bin
LISPCONFIG=/lisp/config
LISPCWFILE=/lisp/config/codewords
MAIL=/usr/mail/${LOGNAME}	# Notify when new mail arrives
ENV=${HOME}/.aliases

# Set up search path:

PATH=.:${HOME}/bin:/lisp/local/bin:/usr/contrib/bin:/usr/local/bin:/bin:/usr/bin:/etc:/usr/ucb:/usr/lib:/usr/new:/lisp/bin:/lisp/config:/lisp/atrp/bin

# Set up terminal capabilities:
# eval `tset -s -Q -e -k\^u`

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

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 
#	fi

-------------------- cut here ------------------------

Eero.
