🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-09-10 14:52:12 -04:00
parent 336d44d379
commit 27cd73244a

View File

@@ -54,6 +54,7 @@ __mpd_start() {
if pgrep mpd &>/dev/null && mpc status | grep -qv 'playing'; then
mpc play &>/dev/null
fi
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Define default variables
TZ="${TZ:-America/New_York}"