Skip to content

Instantly share code, notes, and snippets.

View khopkins218's full-sized avatar

Kevin L. Hopkins khopkins218

  • Zeta
  • Charlottesville, VA
View GitHub Profile
# System-wide .profile for sh(1)
if [ -x /usr/libexec/path_helper ]; then
eval `/usr/libexec/path_helper -s`
fi
if [ "${BASH-no}" != "no" ]; then
[ -r /etc/bashrc ] && . /etc/bashrc
fi