From: Daryl S. <dar...@gm...> - 2007-11-08 23:09:06
|
This is probably more of a bash question than an iTerm question, but perhaps someone here can help me... How do I configure bash and/or iTerm to display stderr output in a different color? I found instructions for getting `ls` output to display in color: put the following in ~/.bash_profile: export TERM=dtterm # ("xterm-color" also works in place of "dtterm"--I have yet to notice a difference) alias ls='ls -G' ...but stderr output continues to come up in the normal text color. -- Daryl Spitzer |