From 53d151e9a4c25b527cb84506d95efec717acd050 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 7 Jun 2026 06:27:39 -0500 Subject: [PATCH] u --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 22f64e1..d5eefec 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -280,7 +280,7 @@ quick_hours() { worked_minutes=$(( 10#$hours * 60 + 10#$minutes )) local new_balance=$(( balance + worked_minutes - target )) - echo "[@${location} ${new_balance}]" + echo "[@${location} ${balance} ➔ ${new_balance}]" }