Use color 256 xterm in Terminal Console Ubuntu Linux
To use 256color in Terminal console Ubuntu, you just edit ~/.bashrc and add :
if [ -n "$DISPLAY" -a "$TERM" == "xterm" ]; then
export TERM=xterm-256color
fiTo use 256color in Terminal console Ubuntu, you just edit ~/.bashrc and add :
if [ -n "$DISPLAY" -a "$TERM" == "xterm" ]; then
export TERM=xterm-256color
fi
Add new comment