From e9a52b4b9c68894973c28d645f25f7ab596a73c0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Sep 2024 15:50:16 +0100 Subject: [PATCH] ;bin: bashrc: also define TIMEDOT --- bin/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bashrc b/bin/bashrc index fb63a912f..627b0f42a 100755 --- a/bin/bashrc +++ b/bin/bashrc @@ -148,6 +148,7 @@ eachyear() { #export TIMELOG=$FINDIR/time.journal export TIMELOG=$FINDIR/time/time-2024.journal +export TIMEDOT=$FINDIR/time/time-2024.timedot alias hours="hledger -f $TIMELOG" alias today='hours -p today'