Skip to content

Instantly share code, notes, and snippets.

@jasoet
Created November 28, 2013 14:54
Show Gist options
  • Save jasoet/7693148 to your computer and use it in GitHub Desktop.
Save jasoet/7693148 to your computer and use it in GitHub Desktop.
Add Color Terminal on MacOSX
$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