;doc: note fish LEDGER_FILE setup

This commit is contained in:
Simon Michael 2025-07-01 11:53:09 -07:00
parent a2c3cedd4d
commit 7a4a5ec892

View File

@ -6678,6 +6678,11 @@ $ echo 'export LEDGER_FILE=~/finance/2023.journal' >> ~/.profile
$ source ~/.profile
```
<!--
fish:
set -Ux LEDGER_FILE ~/finance/2023.journal
-->
When correctly configured, in a new terminal window `env | grep LEDGER_FILE` will show your file,
and so will `hledger files`.