# System-wide .profile for sh(1) PATH="/bin:/sbin:/usr/bin:/usr/sbin" export PATH if [ "${BASH-no}" != "no" ]; then [ -r /etc/bashrc ] && . /etc/bashrc fi ## TeX added /usr/texbin start at Thu Jan 21 10:53:41 EST 2010 ## Do not remove the previous line if [ `whoami` != "root" ] then PATH="$PATH:/Library/TeX/texbin" export PATH fi ## Do not remove the next line ## TeX added /usr/texbin end at Thu Jan 21 10:53:41 EST 2010 ## setloginpath added /usr/local/bin start at Tue Sep 1 12:54:10 EDT 2015 ## 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 Tue Sep 1 12:54:10 EDT 2015