diff --git a/init.vim b/init.vim index 84aff94..f9b3f8e 100644 --- a/init.vim +++ b/init.vim @@ -31,8 +31,7 @@ Plug 'arakashic/chromatica.nvim', { 'do': ':UpdateRemotePlugins' } call plug#end() " =============Paths===================== -echo $HOSTNAME -exec "source " . stdpath('config') . "/" . HOSTNAME . ".vim" +exec "source " . stdpath('config') . "/" . hostname() . ".vim" " =============Settings================== filetype plugin on filetype indent on