X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=crontab;h=11c245689d4aaf35e607e434031edf1aa384747f;hb=41809f0a8140377900471037281b11401ea7286c;hp=247955aebcb4fe331250f028c0ebeef6d565ade6;hpb=6f4bf58f56c240a42c9ee3e8755ea1cb6748d000;p=config%2Fdotfiles.git diff --git a/crontab b/crontab index 247955a..11c2456 100644 --- a/crontab +++ b/crontab @@ -16,6 +16,6 @@ # along with this file. If not, see . -# Delete CtrlP cache files older than one month to force CtrlP to repopulate +# Delete CtrlP cache files older than one week to force CtrlP to repopulate # the cache with current directory content. -36 */8 * * * D="$HOME/.vim/cache/ctrlp/"; test -d "$D" && find "$D" -name '\%*' -type f -mtime +30 -delete; true +36 */8 * * * D="$HOME/.vim/cache/ctrlp/"; test -d "$D" && find "$D" -name '\%*' -type f -mtime +7 -delete; true