0
My problem:
I want to run ncurses in 256-colors mode in the gnome terminal.
I already know that you can turn on this color mode with:
# export TERM=xterm-256color
But this solution is not permanent. When ever a new Gnome terminal is opened, it returns to 8 color support again.
So how can I export TERM, such that this solution above becomes permanent?
1Edited to check the old
$TERM
value; it is outright wrong to forcexterm-256color
if the old value is something likescreen
orlinux
. – user1686 – 2014-07-23T15:02:03.750