diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-08 13:00:48 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-08 13:00:48 +0000 |
commit | f6e51d28b73ea5d13db4c4855a024dd16aa73515 (patch) | |
tree | f72a4a96e09f9662af88cabb0aa89b28f9195e1a /fish2024 | |
parent | 508fa4ee16e444af57cd633486f6bb63bd6f5438 (diff) |
Changes LEDGER_FILE environment variable
For some reason, the default is ~/.ledger or something....
Diffstat (limited to 'fish2024')
-rw-r--r-- | fish2024/config.fish | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index d9d67d3..abe69b1 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -1,4 +1,5 @@ if status is-interactive - set -gx EDITOR nvim # Commands to run in interactive sessions can go here + set -gx EDITOR nvim + set -gx LEDGER_FILE $HOME/Budget/hledger/budget.ledger end |