new macbook requirements

This commit is contained in:
Noah Masur
2021-11-13 16:02:23 -05:00
parent c69fa02713
commit 1c95039847
11 changed files with 71 additions and 174 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
CACHE_FILE="$HOME/.tmux/.weather_cache"
CACHE_FILE="$HOME/.cache/.weather_cache"
CACHE_TIME="$(stat -f %m "$CACHE_FILE")"
NOW_TIME=$(date +%s)
TIME_PASSED=$((NOW_TIME-CACHE_TIME))