1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

use alt color scheme on headless server too

This commit is contained in:
Connor Olding 2016-06-27 04:33:41 -07:00
parent 4bd922211b
commit 5090144f9b

View File

@ -471,6 +471,6 @@ let g:airline#extensions#whitespace#mixed_indent_format = '‼ %s'
" machine-specific configs {{{1
let s:hostname = hostname()
if s:hostname == "phantom-pi"
if s:hostname == "phantom-pi" || s:hostname == "wraith"
colo Tomorrow-Night
endif