diff options
author | steeef <steeef@gmail.com> | 2010-10-22 10:39:33 -0700 |
---|---|---|
committer | steeef <steeef@gmail.com> | 2010-10-22 10:39:33 -0700 |
commit | 9b6dd1cd48a549d2868cfe16073bbd04357e27e5 (patch) | |
tree | 29624794c7f8a3823ab16a38ddeef9d1419dff06 /themes | |
parent | c6b339f532b05e907b0c554000643db5e896a75f (diff) | |
download | zsh-9b6dd1cd48a549d2868cfe16073bbd04357e27e5.tar.gz zsh-9b6dd1cd48a549d2868cfe16073bbd04357e27e5.tar.bz2 zsh-9b6dd1cd48a549d2868cfe16073bbd04357e27e5.zip |
merge with master
Diffstat (limited to 'themes')
-rw-r--r-- | themes/steeef.zsh-theme | 2 |
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}" |