Skip to content

Instantly share code, notes, and snippets.

@mael
Created January 14, 2015 07:33
Show Gist options
  • Save mael/20f17322b9c05eb76d1e to your computer and use it in GitHub Desktop.
Save mael/20f17322b9c05eb76d1e to your computer and use it in GitHub Desktop.
Colors Terminal OSX
Add to the file: /etc/bashrc
export TERM=xterm-color
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
And restart terminal app.
Enjoy ;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment