summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fish/functions/lbuckets.fish3
1 files changed, 3 insertions, 0 deletions
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