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
fi


You should follow me here

Add new comment