diff options
author | steeef <steeef@gmail.com> | 2010-10-22 10:42:49 -0700 |
---|---|---|
committer | steeef <steeef@gmail.com> | 2010-10-22 10:42:49 -0700 |
commit | 810b8f5ce8a58b03afba4e6ec5937e2cd0bcab5c (patch) | |
tree | 06ef7cf51b7edaf529d2b7434f6c470641e1a890 /themes | |
parent | 9b6dd1cd48a549d2868cfe16073bbd04357e27e5 (diff) | |
download | zsh-810b8f5ce8a58b03afba4e6ec5937e2cd0bcab5c.tar.gz zsh-810b8f5ce8a58b03afba4e6ec5937e2cd0bcab5c.tar.bz2 zsh-810b8f5ce8a58b03afba4e6ec5937e2cd0bcab5c.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 07c1d3def..6bca57eec 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" || $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}" |