Skip to content

Instantly share code, notes, and snippets.

@dhess
Created January 12, 2018 06:24
Show Gist options
  • Save dhess/3824fa9586aa13aa554b7fd1985b8249 to your computer and use it in GitHub Desktop.
Save dhess/3824fa9586aa13aa554b7fd1985b8249 to your computer and use it in GitHub Desktop.
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment