Fix vundle refresh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
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-refresh: vim +VundleClean! +VundleInstall +VundleInstall! +qall
|
||||
vundle-refresh: vim +VundleClean +VundleInstall +qall
|
||||
font-cache: fc-cache -f -v
|
||||
xresources-reload: xrdb ~/.Xresources
|
||||
config:
|
||||
@@ -26,6 +26,7 @@ dotfiles:
|
||||
dst: ~/.vimrc
|
||||
actions:
|
||||
- vundle-install
|
||||
- vundle-refresh
|
||||
f_xresources:
|
||||
src: X11/Xresources
|
||||
dst: ~/.Xresources
|
||||
|
||||
Reference in New Issue
Block a user