Category: Linux
-
xterm : enable 256 color support on : xterm-256color
You might need 256 bit color support in your various terminal applications like vim, mutt, mplayer, htop and others. Below are the instructions to enable 256 bit color support. Pretty quick, issue command in your terminal $ export TERM=xterm-256color To make it permanant, add the same to your .bashrc or .zshrc file, according to the…