Created
November 6, 2013 20:38
-
-
Save pjdietz/7343665 to your computer and use it in GitHub Desktop.
Profile file for OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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