diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 14:13:56 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-05 14:13:56 +0100 |
commit | 7195ff1c3e498d0393d6e3b928e27b18b29f8a55 (patch) | |
tree | 5b6e0ca532aa94114fad035af09128938f6e22fe /ksh_aliases | |
parent | cd2e854848f58bd54472cff0e70968b41842439d (diff) |
added alias for ledger
Diffstat (limited to '')
-rw-r--r-- | ksh_aliases | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ksh_aliases b/ksh_aliases index f65385e..2cd7b82 100644 --- a/ksh_aliases +++ b/ksh_aliases @@ -48,3 +48,4 @@ alias pushyulqen='rsync -avzh /home/lemon/code/html/yulqen.org/ lemon@joannalemo alias freemem="dmesg | awk '/avail mem/'" alias taskstobunkerage='echo "### Tasks\n\n\`\`\`" >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && task ml_basic >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && echo "\`\`\`" >> /home/lemon/code/html/yulqen.org.hugo/content/bunkerage/day.md && cd ~/code/html/yulqen.org.hugo/ && make push && cd -' alias jtoday='vim ~/Notes/journal/$(date +%Y-%m-%d).md' +alias lbuckets='ledger bal not Equity and not Income and not Expenses and not Liabilities and not Investments' |