Remove vim plugins, config, etc. (3)
This commit is contained in:
parent
304f92afcc
commit
ddfeace631
|
@ -1,8 +0,0 @@
|
|||
UPDATE_FILE=~/.vim/updated
|
||||
|
||||
[ -f ${UPDATE_FILE} ] || touch -t 197001010000 ${UPDATE_FILE}
|
||||
|
||||
find ${UPDATE_FILE} -mtime +0 -exec bash -c "\
|
||||
vim +PluginInstall! +PluginClean! +qall
|
||||
" \;
|
||||
touch ${UPDATE_FILE}
|
Loading…
Reference in a new issue