Sep
29
2009
Add colours to your bash terminal in Mac OSX
Thanks to the following post I have found out how to add helpful colours to directories and executable files in bash / terminal.
Add the following lines to your .bash_profile file in your home directory. Voila.
export CLICOLOR=1 export TERM=xterm-color