mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
;doc: Setting LEDGER_FILE: fix a quote (hledger_site#93)
This commit is contained in:
parent
250d98df29
commit
23c961f4bb
@ -5791,7 +5791,7 @@ How to set `LEDGER_FILE` permanently depends on your setup:
|
||||
|
||||
On unix and mac, running these commands in the terminal will work for many people; adapt as needed:
|
||||
```shell
|
||||
$ echo 'export LEDGER_FILE=~/finance/2023.journal` >> ~/.profile
|
||||
$ echo 'export LEDGER_FILE=~/finance/2023.journal' >> ~/.profile
|
||||
$ source ~/.profile
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user