X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=crontab;h=11c245689d4aaf35e607e434031edf1aa384747f;hb=bcb680cf183100767b75a8a27622ef42de3dc033;hp=247955aebcb4fe331250f028c0ebeef6d565ade6;hpb=b73ce1235dc62170a241a4c151adfe29d7e50b48;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