From 50e94aaf8448f104b2dd306cb6bfb536848b13cd Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 9 Dec 2013 23:56:20 +0100 Subject: bash: Set the terminal to have 256 colors --- bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 0bf31c8..35a2d9c 100644 --- a/bashrc +++ b/bashrc @@ -15,6 +15,9 @@ export EDITOR=vim export VISUAL=vim alias vi=vim +# We want a full-fledged 256-color terminal. +TERM=xterm-256color + # Set the LESS and the PAGER environment variables. export LESS="FSRX" export PAGER=less -- cgit v1.2.3