mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
add more rxvt support
This commit is contained in:
parent
807841a2d0
commit
a3de9e6530
2 changed files with 3 additions and 3 deletions
3
vimrc
3
vimrc
|
@ -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
3
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue