5 lines
121 B
Plaintext
Executable file
5 lines
121 B
Plaintext
Executable file
find ~/.vim/updated -mtime +0 -exec bash -c "\
|
|
vim +PluginInstall! +PluginClean! +qall
|
|
touch ~/.vim/updated
|
|
" \;
|