Mac: Add colors to your Bash

Recently Xcode 4.2 changed Bash's version, so Bash's coloring no longer worked for me. Just add

export CLICOLOR=1
export TERM=xterm-color


to your ~/.bash_profile file to fix this problem.

Comments

Popular posts from this blog

Tuning ext4 for performance with emphasis on SSD usage

NetBeans 6.1: Working with Google´s Android SDK, Groovy and Grails