Enable Color in Mac OS X Terminal


Want to colorize your ls output in Terminal? Stick this in your ~/.bashrc or ~/.bash_profile files:

export CLICOLOR=1

While you are at it add this alias to include invisible files in ls:
alias ls='ls -la'

Oh! One more useful one… to reload your .bash_profile without quitting and restarting the shell:
source ~/.bash_profile

     
  1. No comments yet.
(will not be published)