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