add more rxvt support

This commit is contained in:
David Alexander Majnemer 2008-12-02 23:28:52 -06:00
parent 807841a2d0
commit a3de9e6530
2 changed files with 3 additions and 3 deletions

3
vimrc
View file

@ -131,9 +131,6 @@ if has('eval')
elseif &t_Co == 256
set background=light " We use a light background here
call LoadColorScheme("wombat:inkpot") " Set the colorscheme
elseif &t_Co == 88
set background=dark " We use a dark background here
call LoadColorScheme("inkpot:zellner") " Set the colorscheme
else
set background=dark " We use a dark background here
call LoadColorScheme("zellner") " Set the colorscheme

3
zshrc
View file

@ -73,6 +73,9 @@ if (which infocmp &> /dev/null) ; then
xterm*)
( infocmp $TERM &> /dev/null ) || export TERM=xterm
;;
rxvt*)
( infocmp $TERM &> /dev/null ) || export TERM=rxvt
;;
esac
fi