2013/01/13

Enable the global terminal colors in Mac Mountain Lion

Simply add the following two line to ".profile"


export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced

CLICOLOR=1 simply enables coloring of your terminal.
LSCOLORS=... specifies how to color specific items.

No comments:

Post a Comment