From fda730233b318ec6cebf533abaf94432533f4921 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 7 May 2015 08:33:10 -0700 Subject: [PATCH] [vim] Use $VIM instead of ~/.vim --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5dced6c..b09cc18 100644 --- a/vimrc +++ b/vimrc @@ -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'