Remove automatic vundle refresh
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
actions:
|
||||
pre:
|
||||
vundle-install: test -e ~/.vim/bundle/Vundle.vim || (mkdir -p ~/.vim/bundle; git
|
||||
clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim )
|
||||
vundle-install: test -e ~/.vim/bundle/Vundle.vim || (mkdir -p ~/.vim/bundle; git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim )
|
||||
vundle-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
|
||||
font-cache: fc-cache -f -v
|
||||
xresources-reload: xrdb ~/.Xresources
|
||||
@@ -27,7 +26,6 @@ dotfiles:
|
||||
dst: ~/.vimrc
|
||||
actions:
|
||||
- vundle-install
|
||||
- vundle-refresh
|
||||
f_xresources:
|
||||
src: X11/Xresources
|
||||
dst: ~/.Xresources
|
||||
|
||||
Reference in New Issue
Block a user