summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-19 13:40:36 +0900
committerA Farzat <a@farzat.xyz>2024-11-02 16:40:40 +0900
commit6273242562b467a64ef04088809f03d9ab77f2a6 (patch)
treeed2bd73ca62ea190a0c05a732e4785964af129f0 /.profile
parented66f94e59853a8bc11983fb82bf320973e515e9 (diff)
downloaddotfiles-6273242562b467a64ef04088809f03d9ab77f2a6.tar.gz
dotfiles-6273242562b467a64ef04088809f03d9ab77f2a6.zip
Add ledger config
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index 4bed3ea..166faeb 100644
--- a/.profile
+++ b/.profile
@@ -39,6 +39,8 @@ fi
export MAILDIR="$XDG_DATA_HOME/mail"
export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config"
+# Ledger
+export LEDGER_FILE="$XDG_DATA_HOME/ledger/main.ledger"
# Pipenv.
export PIPENV_VENV_IN_PROJECT=1
# Go.