Skip to content

Instantly share code, notes, and snippets.

@pjdietz
Created November 6, 2013 20:38
Show Gist options
  • Save pjdietz/7343665 to your computer and use it in GitHub Desktop.
Save pjdietz/7343665 to your computer and use it in GitHub Desktop.
Profile file for OSX
# Add ~/bin and /usr/local/bin to the PATH
export PATH=$HOME/bin:/usr/local/bin:$PATH
launchctl setenv PATH $PATH
# Add color
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment