🚀 make ledger more forgiving
parent
fe31ea937f
commit
cfccb456f1
|
@ -16,7 +16,7 @@
|
||||||
text = builtins.readFile ./ledger.fish;
|
text = builtins.readFile ./ledger.fish;
|
||||||
};
|
};
|
||||||
"ledger/ledgerrc".text = ''
|
"ledger/ledgerrc".text = ''
|
||||||
--pedantic
|
--strict
|
||||||
--explicit
|
--explicit
|
||||||
--payee note
|
--payee note
|
||||||
--file ~/Notes/ledger/main.ledger
|
--file ~/Notes/ledger/main.ledger
|
||||||
|
|
Loading…
Reference in New Issue