diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 19:18:25 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 19:18:25 +0100 |
commit | 84d7ce9c1836bfe7c6a90b682a8a7ac7d4822c15 (patch) | |
tree | bcfecca06ab06796719c08e9df1f279687646c99 | |
parent | 1498acc17ee455b6f5facaddfb0485554f5291cb (diff) |
added new fish alias
-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 |