Adding the vimrc line to not check ssl certs for vundle

This commit is contained in:
Dustin Swan
2013-03-06 07:06:16 -07:00
parent a5b25fac0a
commit 2159f5481a

2
vimrc
View File

@@ -48,6 +48,8 @@ Bundle 'bitc/vim-hdevtools'
" Bundle 'Shougo/neocomplcache'
Bundle 'airblade/vim-gitgutter'
let $GIT_SSL_NO_VERIFY = 'true'
filetype plugin indent on " last Vundle requirement
" mouse