Browse code

merge with master

steeef authored on 22/10/2010 at 17:39:33
Showing 1 changed files
... ...
@@ -20,7 +20,7 @@ autoload -U add-zsh-hook
20 20
 autoload -Uz vcs_info
21 21
 
22 22
 #use extended color pallete if available
23
-if [ $TERM = "xterm-256color" ]; then
23
+if [ $TERM = "xterm-256color" || $TERM = "linux" || $TERM = "rxvt-256color" || $TERM = "rxvt-unicode-256color" ]; then
24 24
     turquoise="%F{81}"
25 25
     orange="%F{166}"
26 26
     purple="%F{135}"