summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-24 22:30:16 +0300
committerPaul Buetow <paul@buetow.org>2025-10-24 22:30:16 +0300
commit8d0b3dc2fdb977e0f45d3ccaec33b2c7d2d53942 (patch)
tree979b0b6ed15cc3d99d289b37f8b5f86d235deaee
parent08e2041c280c23911abd7df12d0e14bdb6784f59 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/worktime.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/worktime.fish b/dotfiles/fish/conf.d/worktime.fish
index f2f7f5d..2dfbe6b 100644
--- a/dotfiles/fish/conf.d/worktime.fish
+++ b/dotfiles/fish/conf.d/worktime.fish
@@ -97,7 +97,7 @@ function worktime::status
echo "You are logged in"
set -l num_worklog (ls $WORKTIME_DIR | grep wl- | wc -l)
if test $num_worklog -gt 0
- echo "$num_worklog entries in the worklog"
+ echo "$num_worklog entries in the worklog in $WORKTIME_DIR/wl-*"
end
else
echo "You are not logged in"