Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
steeef committed Oct 22, 2010
1 parent 9b6dd1c commit 810b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/steeef.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ autoload -U add-zsh-hook
autoload -Uz vcs_info

#use extended color pallete if available
if [ $TERM = "xterm-256color" || $TERM = "linux" || $TERM = "rxvt-256color" || $TERM = "rxvt-unicode-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}"
Expand Down

0 comments on commit 810b8f5

Please sign in to comment.