mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:49:02 -08:00
use alt color scheme on headless server too
This commit is contained in:
parent
4bd922211b
commit
5090144f9b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue