It should also be noted that when using gnome-terminal,
an env variable COLORTERM is set.
$ export | grep TERM declare -x COLORTERM="gnome-terminal" declare -x TERM="xterm"
It is a lot easier to look at that I think.
It should also be noted that when using gnome-terminal,
an env variable COLORTERM is set.
$ export | grep TERM "gnome- terminal"
declare -x COLORTERM=
declare -x TERM="xterm"
It is a lot easier to look at that I think.