aboutsummaryrefslogtreecommitdiff
path: root/modules/timer.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'modules/timer.zsh')
-rw-r--r--modules/timer.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/timer.zsh b/modules/timer.zsh
index d412180..90380e2 100644
--- a/modules/timer.zsh
+++ b/modules/timer.zsh
@@ -16,8 +16,8 @@ then
exit 0
fi
-. "${submods}/timer_unlock.zsh"
-. "${submods}/timer_uncache.zsh"
+source "${submods}/timer_unlock.zsh"
+source "${submods}/timer_uncache.zsh"
strftime %s > "${cache}.timer"
rmdir "${cache}.lock"