Mac OS X Lion Terminal.app not showing ANSI colors on Linux – here’s a fix
Connecting to Linux node from Mac’s Terminal.app and not seeing ANSI colors? Here’s a fix: On your target Linux node check your /etc/DIR_COLORS file (or equivalent): root:[/root]# grep TERM /etc/DIR_COLORS # Below, there should be one TERM entry for each termtype that is colorizable TERM linux TERM console TERM con132x25 TERM con132x30 TERM con132x43 TERM [...]