[vim] Use $VIM instead of ~/.vim

This commit is contained in:
Eryn Wells 2015-05-07 08:33:10 -07:00
parent a9fef3049a
commit fda730233b

2
vimrc
View file

@ -12,7 +12,7 @@ filetype off " Needs to be off for Vundle to work (?)
" VUNDLE PLUGINS
"
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=$VIM/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'