Skip to content

Instantly share code, notes, and snippets.

@nifl
Created June 26, 2014 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nifl/d6b322811ef1a8abb9a7 to your computer and use it in GitHub Desktop.
Save nifl/d6b322811ef1a8abb9a7 to your computer and use it in GitHub Desktop.
Order /etc/paths to give user-installed binaries precedence
# New
/usr/local/bin
/usr/bin
/bin
/usr/local/sbin
/usr/sbin
/sbin
# Default
/usr/bin
/bin
/usr/sbin
/sbin
/usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment