diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ alias hn='curl hkkr.in' alias _hl_bal_lastmonth='hledger bal --period "this month" --depth 3 Expenses' alias qnarchive='mkdir /tmp/quicknotes && cp ~/code/html/yulqen.org/content/techjournal/quicknote_capture_* /tmp/quicknotes && cp ~/Documents/Notes/quicknote.md /tmp/quicknotes && tar czf quicknotes.tgz -C /tmp/quicknotes .' alias annex-sync='cd ~/annex/ && git annex sync && cd -' +alias k5days='khal list today 5 days' # Environment variables export LEDGER_FILE="$HOME/Budget/hledger/budget.ledger" |