mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +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
|
elseif &t_Co == 256
|
||||||
set background=light " We use a light background here
|
set background=light " We use a light background here
|
||||||
call LoadColorScheme("wombat:inkpot") " Set the colorscheme
|
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
|
else
|
||||||
set background=dark " We use a dark background here
|
set background=dark " We use a dark background here
|
||||||
call LoadColorScheme("zellner") " Set the colorscheme
|
call LoadColorScheme("zellner") " Set the colorscheme
|
||||||
|
|
3
zshrc
3
zshrc
|
@ -73,6 +73,9 @@ if (which infocmp &> /dev/null) ; then
|
||||||
xterm*)
|
xterm*)
|
||||||
( infocmp $TERM &> /dev/null ) || export TERM=xterm
|
( infocmp $TERM &> /dev/null ) || export TERM=xterm
|
||||||
;;
|
;;
|
||||||
|
rxvt*)
|
||||||
|
( infocmp $TERM &> /dev/null ) || export TERM=rxvt
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue