Override colorscheme on some systems

This commit is contained in:
David Morgan 2016-04-26 01:54:53 -04:00
parent 31d7ea2ab5
commit 9e60dab78f
1 changed files with 8 additions and 0 deletions

8
.vimrc
View File

@ -118,6 +118,14 @@ else
endif
"call togglebg#map("<F9>")
" override colours on some systems
if hostname() =~ '^wolfman'
let g:gruvbox_termcolors=16
colorscheme gruvbox
elseif hostname() =~ '^CHESTER'
colorscheme badwolf
endif
set number
nmap <leader>t <ESC>:TagbarToggle<cr>