Created
November 28, 2013 14:54
-
-
Save jasoet/7693148 to your computer and use it in GitHub Desktop.
Add Color Terminal on MacOSX
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
$touch ~/.bash_profile | |
$ echo "export CLICOLOR=1" >> ~/.bash_profile | |
$ echo "export LSCOLORS=GxFxCxDxBxegedabagaced" >> ~/.bash_profile | |
$ cat ~/.bash_profile | |
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagaced |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment