aboutsummaryrefslogtreecommitdiff
path: root/handlers/timer.zsh
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-02-06 04:20:11 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-02-06 04:20:11 +0300
commit0671dc134a9e122ce2c0348f3f4deeb2d274d524 (patch)
treef9bb88f626c1d68be98216e32b3e02f08701dac3 /handlers/timer.zsh
parent1e79ebd5f9a288563c8bb25acacd37bd55abc2d4 (diff)
*/*: Rename agents to operators for alphabetical order
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'handlers/timer.zsh')
-rw-r--r--handlers/timer.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/handlers/timer.zsh b/handlers/timer.zsh
index 8da9c18..269ac5a 100644
--- a/handlers/timer.zsh
+++ b/handlers/timer.zsh
@@ -16,8 +16,8 @@ then
exit 0
fi
-source "${agents}/timer_unlock.zsh"
-source "${agents}/timer_uncache.zsh"
+source "${operators}/timer_unlock.zsh"
+source "${operators}/timer_uncache.zsh"
strftime %s > "${cache}.timer"
rmdir "${cache}.lock"