.profile
-- copy and paste the file below --
TERM=vt100
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/ccs/bin:/usr/local/bin:$HOME/bin:.
MAIL=/usr/spool/mail/$USER
PS1="`hostname -s`:$USER> "
export PATH
export TERM
if [ ! "$DT" ]; then
stty dec
tset -I -Q
fi



