summaryrefslogtreecommitdiffstats
path: root/fish/functions
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-09-06 08:54:45 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-09-06 08:54:45 +0100
commit50717e2c3813e3bfeb7678c54e607a91d9ddb817 (patch)
tree77bd0a5f81985ea2c21d1a492e3144931da31cd6 /fish/functions
parent38dea3aef71993f57b9d57b084fa8f5cbf271550 (diff)
parent77465568920e2a56b68240b9197490e002f2e7e8 (diff)
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to '')
-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