Skip to content

Instantly share code, notes, and snippets.

@timfernando
Created October 31, 2010 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timfernando/657043 to your computer and use it in GitHub Desktop.
Save timfernando/657043 to your computer and use it in GitHub Desktop.
Enabling colours on a Mac OS X shell
# Via: http://stackoverflow.com/questions/973899/how-to-configure-mac-terminal-to-have-color-ls-output
# Add the following to your ~/.profile to enable colour in the Mac OS X Shell
export CLICOLOR=1
# Use the following line with a white background
export LSCOLORS=ExFxCxDxBxegedabagacad
# Or this one with a black backdrop
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment