# A user .profile: echo "~/.profile" #set -x FULL_PROMPT_PATH=y H=$HOME CB=/usr/contrib/bin export H CB FULL_PROMPT_PATH if [ ! "$DT" ]; then if [ "$INTERACTIVE" = y ] then #echo $HOME/.profile . $COMD/profile #echo "Back in .profile after $COMD/profile" fi else # With DT (CDE desktop), environment seems rather minimal. Should probably # call /etc/profile, but let's make do here for the moment: PATH=$PATH:/usr/hosts fi $STTY intr '^?' set -o vi # echo "End of ~/.profile"