From 84d7ce9c1836bfe7c6a90b682a8a7ac7d4822c15 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 5 Sep 2022 19:18:25 +0100 Subject: added new fish alias --- fish/functions/lbuckets.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fish/functions/lbuckets.fish (limited to 'fish') diff --git a/fish/functions/lbuckets.fish b/fish/functions/lbuckets.fish new file mode 100644 index 0000000..d22768a --- /dev/null +++ b/fish/functions/lbuckets.fish @@ -0,0 +1,3 @@ +function lbuckets --wraps='ledger bal not Equity and not Income and not Expenses and not Liabilities and not Investments' --description 'alias lbuckets=ledger bal not Equity and not Income and not Expenses and not Liabilities and not Investments' + ledger bal not Equity and not Income and not Expenses and not Liabilities and not Investments $argv; +end -- cgit v1.2.3