# along with this file. If not, see <http://www.gnu.org/licenses/>.
-# 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