1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Fix for 256 colours in xterm-256colors

This commit is contained in:
2015-04-17 18:51:53 +02:00
parent cb9faac784
commit b21c343281

2
.vimrc
View File

@@ -142,7 +142,7 @@ set smartcase
set autoread
" 2008-04-14 with the if-statement added at 2008-11-19
if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256
colorscheme zenburn