Created
March 19, 2015 15:33
-
-
Save cjjavellana/7518879fcbdb915343b1 to your computer and use it in GitHub Desktop.
OSX Terminal Color Scheme
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
Edit ~/.bash_profile & Paste | |
export CLICOLOR=1 | |
export LSCOLORS=gxfxcxdxbxegedabagacad | |
export TERM=xterm-color | |
export PS1="\[\e[36;1m\]\u@\[\e[32;1m\]\w> \[\e[0m\]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment