Linux - Customize Console
Nowdays, a modern console can display many colors other than black and white. For example, 256-color can be enabled by adding the following entry into ~/.bashrc
.
[[ $TERM=="xterm" ]] && export TERM=xterm-256color
Nowdays, a modern console can display many colors other than black and white. For example, 256-color can be enabled by adding the following entry into ~/.bashrc
.
[[ $TERM=="xterm" ]] && export TERM=xterm-256color