1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

add color override for headless raspi

This commit is contained in:
Connor Olding 2016-05-26 23:42:14 -07:00
parent 48a4ab7762
commit f3618d158c

View file

@ -466,3 +466,11 @@ let g:airline#extensions#whitespace#symbol = '‗'
let g:airline#extensions#whitespace#trailing_format = '· %s'
let g:airline#extensions#whitespace#long_format = '… %s'
let g:airline#extensions#whitespace#mixed_indent_format = '‼ %s'
" machine-specific configs {{{1
let s:hostname = hostname()
if s:hostname == "phantom-pi"
colo Tomorrow-Night
endif