2010-10-28

Enabling color "ls" on Mac OS X

In ~/.bashrc, add:
export CLICOLOR=1

And if you don't have it already, add to ~/.bash_profile:
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi

Sometimes, it's the little things that you're used to seeing that make you feel at $HOME.

No comments:

Ratings and Recommendations by outbrain