Remove vim plugins, config, etc. (3)

This commit is contained in:
Scott Wallace 2021-05-02 17:56:03 +01:00
parent 304f92afcc
commit ddfeace631

View file

@ -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}