Skip to content

Instantly share code, notes, and snippets.

@kathampy
Last active November 2, 2016 11:58
Show Gist options
  • Save kathampy/ce2fce7431a981764cd6ffcc12fd0a3b to your computer and use it in GitHub Desktop.
Save kathampy/ce2fce7431a981764cd6ffcc12fd0a3b to your computer and use it in GitHub Desktop.
Set $PATH with path_helper for non-login shells on macOS.
if [[ ! -o login && -x /usr/libexec/path_helper ]]; then
eval `/usr/libexec/path_helper -s`
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment