;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:
|
On unix and mac, running these commands in the terminal will work for many people; adapt as needed:
|
||||||
```shell
|
```shell
|
||||||
$ echo 'export LEDGER_FILE=~/finance/2023.journal` >> ~/.profile
|
$ echo 'export LEDGER_FILE=~/finance/2023.journal' >> ~/.profile
|
||||||
$ source ~/.profile
|
$ source ~/.profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user