Set MYVIMRC to the 'real' vimrc

This commit is contained in:
Danielle McLean 2016-10-07 00:16:02 +11:00
parent 3e33f13529
commit 08ea297910
No known key found for this signature in database
GPG Key ID: CC91589719027E94
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -9,3 +9,4 @@ set viminfo+=n$XDG_CACHE_HOME/vim/viminfo
let g:netrw_home = $XDG_CACHE_HOME . '/netrw'
source $XDG_CONFIG_HOME/vim/vimrc
let $MYVIMRC = $XDG_CONFIG_HOME . '/vim/vimrc'