Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
3ca4fe0c65 |
@ -10,8 +10,9 @@ CHECK_ENVIRONMENT
|
||||
PLUGIN_INSTALL() {
|
||||
[ -d "$HOME/.vim/bundle/Vundle.vim" ] || {
|
||||
mkdir -p "$HOME/.vim/bundle/"
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/vim/budle/Vundle.vim"
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/Vundle.vim"
|
||||
}
|
||||
|
||||
VUNDLE__PLUGIN_INSTALL || return 1
|
||||
VUNDLE__REBUILD_PLUGINS || return 2
|
||||
}
|
||||
|
Reference in New Issue
Block a user