diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-06 08:54:45 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-06 08:54:45 +0100 |
commit | 50717e2c3813e3bfeb7678c54e607a91d9ddb817 (patch) | |
tree | 77bd0a5f81985ea2c21d1a492e3144931da31cd6 /fish/functions | |
parent | 38dea3aef71993f57b9d57b084fa8f5cbf271550 (diff) | |
parent | 77465568920e2a56b68240b9197490e002f2e7e8 (diff) |
Merge branch 'master' of github.com:yulqen/openbsddotfiles
Diffstat (limited to '')
-rw-r--r-- | fish/functions/lbuckets.fish | 3 |
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 |