summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorsteeef <steeef@gmail.com>2010-10-22 11:34:52 -0700
committersteeef <steeef@gmail.com>2010-10-22 11:34:52 -0700
commit4ff0136079b8ffe29e0990d0a0ce8876554aa0d5 (patch)
tree80472a7e0a54f6ce3e1e4e66eb597155967032cf /themes
parentd2bfdc2d89cb08a870169af4f394f27d2b9c0aed (diff)
downloadzsh-4ff0136079b8ffe29e0990d0a0ce8876554aa0d5.tar.gz
zsh-4ff0136079b8ffe29e0990d0a0ce8876554aa0d5.tar.bz2
zsh-4ff0136079b8ffe29e0990d0a0ce8876554aa0d5.zip
merge from 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 f81300242..a2583b028 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 = *256color* || $TERM = "linux" ]]; then
+if [[ $TERM = *256color* || $TERM = *rxvt* ]]; then
turquoise="%F{81}"
orange="%F{166}"
purple="%F{135}"