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}]" }