From 1d596c494b18104765de87f130208c3dcd79e102 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 8 Jan 2026 00:44:05 -1000 Subject: [PATCH] ;bin:bashrc: fix LEDGER_FILE typo --- bin/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bashrc b/bin/bashrc index 74c0544a2..c010e5624 100755 --- a/bin/bashrc +++ b/bin/bashrc @@ -1,7 +1,7 @@ # Some hledger/PTA-related bash scripts. See also Justfile. export FIRSTYEAR="${FIRSTYEAR:-2020}" -export YEAR="${YEAR:-$(date -I)}" +export YEAR="${YEAR:-$(date +%Y)}" export FINDIR=~/finance export LEDGER_FILE=$FINDIR/$YEAR/$YEAR.journal