From a04d59c0edb61537eeb1e1f23bdddc045a65dbc0 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 3 Dec 2024 11:41:27 -0500 Subject: [PATCH] Configure ledger --- configs/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/.zshrc b/configs/.zshrc index 5397d60..669ebbb 100644 --- a/configs/.zshrc +++ b/configs/.zshrc @@ -252,6 +252,9 @@ if [ -n "$ZSH_VERSION" ]; then bindkey "^[OB" down-line-or-beginning-search # Down over SSH connection fi +# hledger +export LEDGER_FILE="$HOME/Documents/finances/finances.journal" + # Various tools think they need to live here too. I shall appease them.. export SDKMAN_DIR="$HOME/.sdkman" [[ -s "$SDKMAN_DIR/bin/sdkman-init.sh" ]] && source "$SDKMAN_DIR/bin/sdkman-init.sh"