aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-11-04 19:20:46 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-11-04 19:20:46 +1300
commit12ffacbf353e604fca28259b8c30e00ffb433d91 (patch)
tree5184a9d789196d1a13ff4f9e3a33fa94780052a0 /bash
parentTrying Conque. (diff)
downloaddotfiles-12ffacbf353e604fca28259b8c30e00ffb433d91.tar.gz
dotfiles-12ffacbf353e604fca28259b8c30e00ffb433d91.zip
Nah.
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 87f499fa..de574fcb 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -31,6 +31,7 @@ fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
+ xterm-256color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned