Skip to content

Instantly share code, notes, and snippets.

@andreban
Created February 19, 2016 22:03
Show Gist options
  • Save andreban/eb7f1385a7c49d91bc0f to your computer and use it in GitHub Desktop.
Save andreban/eb7f1385a7c49d91bc0f to your computer and use it in GitHub Desktop.
Setting Terminal colors on Mac
#Add this to .bash_profile or .profile
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment