> It actually looks like the only time I don't get console colors is > when I'm root. Does that help track this down?
Pay special attention to the parts in /etc/profile and /etc/bash/bashrc that refer to $EUID == 0 or "$USER" = "root". You can trace everything bash does like this: set -x source /etc/profile Zac -- [email protected] mailing list

