From 7a5304fab19fa3e95d34a4e5c3ad608345d62679 Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Thu, 13 Jun 2019 19:38:01 +0200 Subject: [PATCH] [profile] Add LEDGER_FILE for plaintext accounting --- profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile b/profile index 7dbb283..5715ba4 100644 --- a/profile +++ b/profile @@ -9,6 +9,8 @@ export PARINIT="rTbgqR B=.,?_A_a Q=_s>|" export PIPENV_VENV_IN_PROJECT=true +export LEDGER_FILE="$HOME/git/ledger/$(date +%Y).journal" + # Automatically start x when logging in on tty1 if [ ! "$DISPLAY" -a "$XDG_VTNR" -eq 1 ]; then exec startx