Created
January 14, 2015 07:33
-
-
Save mael/20f17322b9c05eb76d1e to your computer and use it in GitHub Desktop.
Colors Terminal 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 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