From 16938200412d5f917b845501ecf867e26b9b310a Mon Sep 17 00:00:00 2001 From: CramMK Date: Mon, 15 Jun 2020 12:48:49 +0200 Subject: [PATCH] Remove automatic vundle refresh --- config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 70c3660..f3453b4 100644 --- a/config.yaml +++ b/config.yaml @@ -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