From 5dc0ddbf1d8e4a6120310b875432f4900e4217ca Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 15 Feb 2022 19:59:33 +0100 Subject: [PATCH] [ZSH] Set this years ledger file --- shells/zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shells/zshrc b/shells/zshrc index 00c2986..214b382 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -187,3 +187,9 @@ if [[ -d "/home/$USER/projects/go/bin" ]] then export PATH="/home/$USER/projects/go/bin:$PATH" fi + +#################### +### LEDGER STUFF ### +#################### + +export LEDGER_FILE="/home/$USER/hledger/2022.journal"