Forgot to touch .lastcheck after a pull

This commit is contained in:
2014-04-21 12:46:10 -07:00
parent 7dfa56461e
commit 87cf5f4d8a

1
.zshrc
View File

@@ -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