summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-20 13:22:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-20 13:22:01 -0400
commitfdba5341942322288374def59dba0190f6c69119 (patch)
tree8b98b872a34f223230153d203a64ece626b19ea7 /.bashrc
parent191bf47e50199f56a0e436e58133fe840f75b5f6 (diff)
several small things, mostly track .conkerorrc
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 1 insertions, 2 deletions
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