From 87cf5f4d8af3b30be90840e56a1aa69b3927655d Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Mon, 21 Apr 2014 12:46:10 -0700 Subject: [PATCH] Forgot to touch .lastcheck after a pull --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index ff55d5c..5d3accd 100644 --- a/.zshrc +++ b/.zshrc @@ -22,6 +22,7 @@ if [ -f .lastcheck ]; then if [ $(($NOW - $LAST)) -gt 86400 ]; then echo "Updating config" git pull + touch .lastcheck fi else # Doesn't exist