From b8bed75a6a64e2622ffb6010191a743186a1176e Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 31 Aug 2011 19:06:25 -0400 Subject: [PATCH] Re-adding the xterm colors to bashrc --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index eb05b8d..889f69c 100644 --- a/bashrc +++ b/bashrc @@ -4,3 +4,5 @@ alias ls='ls --color=auto' alias vi='vim' PS1='[\u@\h \W]\$ ' + +export TERM="xterm-256color"