# HG changeset patch # User Augie Fackler # Date 1330038529 21600 # Node ID 02b635053e8f8efbe2db5be048621a00ba0428ca # Parent 79a64ef88a6b46651f350ddd1d728ceb51f4fde6 zsh prompt: allow fancy prompt mode on xterm-256color as well diff --git a/.shell.d/99.prompt.zsh b/.shell.d/99.prompt.zsh --- 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