diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-12-27 18:28:13 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-12-27 18:28:13 -0600 |
commit | 21f7af391075a0ae06739269cd1e151bceb2b04b (patch) | |
tree | 7922e95f9d63d35e7b64de60df0358394dbf1826 | |
parent | 8443a6fce68f658ab566f8eb819d13e193499808 (diff) |
2019-12-27 18:28
-rw-r--r-- | bash/bashrc.sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.sync b/bash/bashrc.sync index f191b3f..c56dd7e 100644 --- a/bash/bashrc.sync +++ b/bash/bashrc.sync @@ -6,7 +6,7 @@ export LEDGER_FILE="~/ledger/main.ledger" # --- aliases ------------------------------------------------------------------------------------- -alias ledger='ledger --date-format "%Y-%m-%d"' +alias ledger='ledger --date-format "%Y-%m-%d" --price-db ~/ledger/prices.db' alias ledger-cash='ledger register cash --tail 15' |