dots

my dotfiles
git clone https://git.awy.one/dots
Log | Files | Refs | Submodules | README | LICENSE

commit f2d5b02a6a49de7ed1decdbbe9b2f8ba5c736838
parent e891ac5866be502cea1708377ce1835af7da7463
Author: awy <awy@awy.one>
Date:   Tue, 23 Dec 2025 02:50:21 +0300

w

Diffstat:
M.local/bin/cron/mailup | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.local/bin/cron/mailup b/.local/bin/cron/mailup @@ -8,5 +8,4 @@ pgrep -f mailsync && exit echo 🔃 >/tmp/mailupdate pkill -RTMIN+12 "$STATUSBAR" /usr/bin/mailsync -rm -f /tmp/mailupdate -pkill -RTMIN+12 "$STATUSBAR" +rm -f /tmp/mailupdate && pkill -RTMIN+12 "$STATUSBAR"