#####################################################################
#
#  .profile
#
#####################################################################

#
#  These lines insures that your code will stay in tune with the
#  School's systems. We will periodically make changes. 
#

if [ -e /usr/socs/Profile ] ; then
    source /usr/socs/Profile
else
    echo "Something is wrong with your setup. Contact the help desk at 7087."
    echo "Inform them that /usr/socs/Profile is missing."
    echo ""
    echo "You can still use the system, but no customization will have been made."
fi

#  Add any of your own customizing after this line.
set prompt='%n@%m:%.3%#\ '
pwd
date +'%Y-%m-%dT%T%Z'
who
finger bob
alias lsa ls -l -a
echo -n Lynx . . .\ 
lynx&
