Skip to content

Instantly share code, notes, and snippets.

@ralphcrisostomo
Created November 28, 2012 04:39
Show Gist options
  • Save ralphcrisostomo/4159040 to your computer and use it in GitHub Desktop.
Save ralphcrisostomo/4159040 to your computer and use it in GitHub Desktop.
PATH
# --------------
# PATH
# --------------
export LC_CTYPE="en_US.UTF-8"
PATH=/usr/bin:/bin:/usr/sbin:/sbin
export PATH
# add custom, local installations to PATH
PATH=/usr/local/bin:/usr/local/sbin:"$PATH"
# add MacPorts to PATH
PATH=/opt/local/bin:/opt/local/sbin:"$PATH"
# Add RVM to PATH for scripting
PATH=$PATH:$HOME/.rvm/bin:"$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment