summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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