diff --git a/home/vimrc b/home/vimrc index f6cb691..2622655 100644 --- a/home/vimrc +++ b/home/vimrc @@ -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