From 8cedff5afd08488e3db292e23616c7d421c3d3ff Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 12 Jul 2022 11:50:17 +0200 Subject: [PATCH] join ledgers together --- zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zshrc b/zshrc index d90b24d..2d554f7 100644 --- a/zshrc +++ b/zshrc @@ -81,8 +81,6 @@ alias ncspot="abduco -A ncspot ncspot" # Ledger alias haccounts="hledger -I --alias '/.*:Accounts [^:]*:(.*)/=Accounts:\1' bal accounts" -alias ladd='ladd -a /data/documents/ledger/2021/main.journal /data/documents/ledger/*/main.journal' -alias iadd='iadd /data/documents/ledger/2021/main.journal' alias is='hledger is -b $(date -d "7 months ago" +%Y-%m) -e $(date +%Y-%m) -MTA --tree -2' alias cf='hledger cf -b $(date -d "7 months ago" +%Y-%m) -e $(date +%Y-%m) -MTA --tree -2' alias bs='hledger bs not:accounts'