summaryrefslogtreecommitdiff
path: root/bash/bashrc.sync
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.sync')
-rw-r--r--bash/bashrc.sync2
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'