summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-24 13:53:28 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-24 13:53:28 +0100
commitbc5feaa063f2335536ca220f71ba5cc348d3ed4c (patch)
treed53ffc385f8ff82efeea8bede4c1267c88d7a6b7 /bashrc
parent1ce73d0086be4170ba58d16371c307cd6c9eb464 (diff)
Adds an alias for hledger
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index c6ed316..57b4204 100644
--- a/bashrc
+++ b/bashrc
@@ -162,6 +162,7 @@ alias passwrap='pass-fzf.bash'
alias nvim='~/.local/bin/nvim'
alias rem1='ssh bobbins rem -c+a1 -w170 -m'
alias rem2='ssh bobbins rem -c+a2 -w170 -m'
+alias _hl_bal_lastmonth='hledger bal --period "this month" --depth 3 Expenses'
# Environment variables
export LEDGER_FILE="$HOME/Budget/ledger/hledger/budget.ledger"