treat xterm-256color like xterm.

This commit is contained in:
hjp 2009-10-12 12:30:26 +00:00
parent d5dd460ea3
commit c562825f3a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ then
stty erase 
fi
if [[ .$TERM. = .xterm. ]]
if [[ $TERM = xterm || $TERM = xterm-256color ]]
then
# indicated exit status by smiley (suggested by Stig Sandbeck Mathisen)
smiley="%b%(0?,%{%}:-),%{%}:-()%{%}%B"