From 87b3642109b5e706c1274dac787622aa793b4387 Mon Sep 17 00:00:00 2001 From: binaryatrocity Date: Sun, 2 Feb 2020 22:17:46 -0600 Subject: [PATCH] vundle path update --- install.sh | 2 +- vimrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 974dbd4..db8111b 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -dir=~/dotfiles +dir=~/code/dotfiles files="vimrc tmux.conf bashrc" cd $dir diff --git a/vimrc b/vimrc index d463af7..356ea5f 100644 --- a/vimrc +++ b/vimrc @@ -47,7 +47,7 @@ set foldmethod=indent " unless told otherwise, fold on indents " set Vundle runtime path and initialize -set rtp+=~/.vim/bundle/Vundle.vim +set rtp+=~/.vim/bundle/vundle call vundle#begin() " Plugins for Vundle to handle