From: Jannik ZANDER Date: Mon, 18 Jun 2018 18:02:20 +0000 (+0200) Subject: Rename to .vim/vimrc.local X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=c340dbabbc6dcb55f8cadb26e6b6acc00d9972fd;p=dotfiles.git Rename to .vim/vimrc.local --- diff --git a/.vim/vimrc b/.vim/vimrc index 74791e3..8edf10b 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -348,7 +348,7 @@ set background=dark set t_Co=256 " }}}1 -if filereadable(expand('~/.vimrc_local')) - source ~/.vimrc_local +if filereadable(expand('~/.vim/vimrc.local')) + source ~/.vim/vimrc.local endif