# System-wide .profile for sh(1)

PATH="/bin:/sbin:/usr/bin:/usr/sbin"
export PATH

[ -r /etc/bashrc ] && source /etc/bashrc
## TeX modifications start at Fri Dec 12 00:49:55 MST 2003
## Do not remove the previous line
if [ `whoami` != "root" ]
then
  PATH="$PATH:/usr/local/teTeX/bin/powerpc-apple-darwin-current"
  export PATH
fi
## Do not remove the next line
## TeX modifications end at Fri Dec 12 00:49:55 MST 2003
## setloginpath added /usr/local/bin start at Fri Dec 12 11:26:15 MST 2003
## Do not remove the previous line
if [ `whoami` != "root" ]
then
  PATH="$PATH:/usr/local/bin"
  export PATH
fi
## Do not remove the next line
## setloginpath added /usr/local/bin end at Fri Dec 12 11:26:15 MST 2003
