Skip to content

Instantly share code, notes, and snippets.

@cjjavellana
Created March 19, 2015 15:33
Show Gist options
  • Save cjjavellana/7518879fcbdb915343b1 to your computer and use it in GitHub Desktop.
Save cjjavellana/7518879fcbdb915343b1 to your computer and use it in GitHub Desktop.
OSX Terminal Color Scheme
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