From 76db89f4c920b84ae411d59cec6f5d389e291612 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 15 Oct 2023 11:20:11 +0100 Subject: New alias for khal list --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 2ef9337..744fcf2 100644 --- a/bashrc +++ b/bashrc @@ -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" -- cgit v1.2.3