Remove automatic vundle refresh

This commit is contained in:
CramMK
2020-06-15 12:48:49 +02:00
parent ac59749c55
commit 1693820041

View File

@@ -1,7 +1,6 @@
actions: actions:
pre: pre:
vundle-install: test -e ~/.vim/bundle/Vundle.vim || (mkdir -p ~/.vim/bundle; git 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 )
clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim )
vundle-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall vundle-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
font-cache: fc-cache -f -v font-cache: fc-cache -f -v
xresources-reload: xrdb ~/.Xresources xresources-reload: xrdb ~/.Xresources
@@ -27,7 +26,6 @@ dotfiles:
dst: ~/.vimrc dst: ~/.vimrc
actions: actions:
- vundle-install - vundle-install
- vundle-refresh
f_xresources: f_xresources:
src: X11/Xresources src: X11/Xresources
dst: ~/.Xresources dst: ~/.Xresources