# .profile

# Evaluated when bash is exectued as "sh".

if [ ! "$PS1" ] ; then
  . /etc/profile
  . $HOME/.bash_profile
fi

