changeset 272:02b635053e8f

zsh prompt: allow fancy prompt mode on xterm-256color as well
author Augie Fackler <durin42@gmail.com>
date Thu, 23 Feb 2012 17:08:49 -0600
parents 79a64ef88a6b
children 16411680e5f6
files .shell.d/99.prompt.zsh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.shell.d/99.prompt.zsh
+++ b/.shell.d/99.prompt.zsh
@@ -48,7 +48,7 @@ fi
 
 export FANCYTYPE="NO"
 
-for ok in rxvt rxvt-unicode xterm xterm-color screen ; do
+for ok in rxvt rxvt-unicode xterm xterm-256color xterm-color screen ; do
     if [ "$TERM" = "$ok" ] ; then
         export FANCYTYPE="YES"
     fi