Skip to content

Commit 3cc1d2b

Browse files
committed
rename
1 parent fb5b9af commit 3cc1d2b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
File renamed without changes.

ultimate_install.sh renamed to install_ultimate.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
cd $(dirname "$0")
33
ln -fs $(pwd)/ultimate.vim ~/.vimrc
44

5-
if [ ! -d ~/.vim/bundle/vundle ]; then
6-
rm -rf ~/.vim/bundle/*
7-
git clone git://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
8-
fi
5+
rm -rf ~/.vim/bundle/*
6+
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle
97

108
vim +BundleInstall! +qa
119

0 commit comments

Comments
 (0)