dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit fe78fae729337b4601e29ac78f9c30bd30747542
parent d6ee2d85c5ceb393403ab6574660ef741db78767
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 29 Jun 2016 01:10:58 -0700

Change VundleVim github repo

Diffstat:
M.vim/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vim/Makefile b/.vim/Makefile @@ -4,4 +4,4 @@ install: vundle: mkdir -p bundle - git clone https://github.com/gmarik/Vundle.vim.git bundle/Vundle.vim + git clone https://github.com/VundleVim/Vundle.vim.git bundle/Vundle.vim