vundle path update
This commit is contained in:
parent
f8b6d04a29
commit
87b3642109
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dir=~/dotfiles
|
dir=~/code/dotfiles
|
||||||
files="vimrc tmux.conf bashrc"
|
files="vimrc tmux.conf bashrc"
|
||||||
|
|
||||||
cd $dir
|
cd $dir
|
||||||
|
2
vimrc
2
vimrc
@ -47,7 +47,7 @@ set foldmethod=indent " unless told otherwise, fold on indents
|
|||||||
|
|
||||||
|
|
||||||
" set Vundle runtime path and initialize
|
" set Vundle runtime path and initialize
|
||||||
set rtp+=~/.vim/bundle/Vundle.vim
|
set rtp+=~/.vim/bundle/vundle
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
|
|
||||||
" Plugins for Vundle to handle
|
" Plugins for Vundle to handle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user