use full path to load machine vim file

This commit is contained in:
Oliver Hartmann 2019-02-03 13:43:22 +01:00
parent c74770e7e1
commit de932b3fd9

View File

@ -32,7 +32,7 @@ call plug#end()
" =============Paths===================== " =============Paths=====================
echo $HOSTNAME echo $HOSTNAME
exec "source " . HOSTNAME . ".vim" exec "source " . stdpath('config') . "/" . HOSTNAME . ".vim"
" =============Settings================== " =============Settings==================
filetype plugin on filetype plugin on
filetype indent on filetype indent on