Getting color in your OS X xterm

For a while I had been living without color-coding in my OS X X11 xterm windows to distinguish directories from executable files from other files. A bit of playing around got me color-coding back, though. Try the following in your .bashrc:

# color
export TERM=xterm-color
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad

Post a Comment

You must be logged in to post a comment.