mirror of
https://github.com/notwa/rc
synced 2025-02-05 15:43:22 -08:00
add color override for headless raspi
This commit is contained in:
parent
48a4ab7762
commit
f3618d158c
1 changed files with 8 additions and 0 deletions
|
@ -466,3 +466,11 @@ let g:airline#extensions#whitespace#symbol = '‗'
|
||||||
let g:airline#extensions#whitespace#trailing_format = '· %s'
|
let g:airline#extensions#whitespace#trailing_format = '· %s'
|
||||||
let g:airline#extensions#whitespace#long_format = '… %s'
|
let g:airline#extensions#whitespace#long_format = '… %s'
|
||||||
let g:airline#extensions#whitespace#mixed_indent_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
|
||||||
|
|
Loading…
Add table
Reference in a new issue