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.
export CLICOLOR=1
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi