summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorsteeef <steeef@gmail.com>2010-10-22 10:39:33 -0700
committersteeef <steeef@gmail.com>2010-10-22 10:39:33 -0700
commit9b6dd1cd48a549d2868cfe16073bbd04357e27e5 (patch)
tree29624794c7f8a3823ab16a38ddeef9d1419dff06 /themes
parentc6b339f532b05e907b0c554000643db5e896a75f (diff)
downloadzsh-9b6dd1cd48a549d2868cfe16073bbd04357e27e5.tar.gz
zsh-9b6dd1cd48a549d2868cfe16073bbd04357e27e5.tar.bz2
zsh-9b6dd1cd48a549d2868cfe16073bbd04357e27e5.zip
merge with master
Diffstat (limited to 'themes')
-rw-r--r--themes/steeef.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/steeef.zsh-theme b/themes/steeef.zsh-theme
index a5cf0f9a1..07c1d3def 100644
--- a/themes/steeef.zsh-theme
+++ b/themes/steeef.zsh-theme
@@ -20,7 +20,7 @@ autoload -U add-zsh-hook
autoload -Uz vcs_info
#use extended color pallete if available
-if [ $TERM = "xterm-256color" ]; then
+if [ $TERM = "xterm-256color" || $TERM = "linux" || $TERM = "rxvt-256color" || $TERM = "rxvt-unicode-256color" ]; then
turquoise="%F{81}"
orange="%F{166}"
purple="%F{135}"