diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-24 13:53:28 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-24 13:53:28 +0100 |
commit | bc5feaa063f2335536ca220f71ba5cc348d3ed4c (patch) | |
tree | d53ffc385f8ff82efeea8bede4c1267c88d7a6b7 /bashrc | |
parent | 1ce73d0086be4170ba58d16371c307cd6c9eb464 (diff) |
Adds an alias for hledger
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |