Add colors to the text in terminal application in Mac OS X

Just add the following 2 lines to your /etc/profile, ~/.profile or ~/.bash_profile:

export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced

Then to make it work you have to close and open again the terminal application.

Source: StackOverflow.

You might also like

Turn on syntax highlighting for vi and vim in Mac OS X
Turning syntax highlighting for vi and vim in Mac OS X is as simple as creating a file called ".vimrc"...
Collada-dom 3D models having black textures bug solution
I used to have a problem with Collada-dom 3D models textures. Some times they were not correctly applied...
Using screen to leave processes running in a terminal
If you are using an SSH connection and run a command that takes very long to process you can use nohup...
Install OpenSceneGraph 2.8.3 with Collada support in Ubuntu 12.04
We are going to install OpenSceneGraph 2.8.3 (for now on OSG) to use it with osgART 2.0 RC3. As far as...
Leave a comment ?

0 Comments.

Leave a Comment