From fdba5341942322288374def59dba0190f6c69119 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 20 Sep 2011 13:22:01 -0400 Subject: several small things, mostly track .conkerorrc --- .bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 9192d66..c4e4c64 100644 --- a/.bashrc +++ b/.bashrc @@ -38,8 +38,7 @@ esac # set a fancy prompt (non-color, unless we know we "want" color) case "$TERM" in linux) color_prompt=yes;; - *-color*) color_prompt=yes;; - *-256color*) color_prompt=yes;; + *-*color*) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned -- cgit v1.2.3-54-g00ecf