aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-15 11:20:11 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-15 11:20:11 +0100
commit76db89f4c920b84ae411d59cec6f5d389e291612 (patch)
tree67576e9e7630751bbb1e0b14ab797f2d15d3d9d9 /bashrc
parent789413ff84ac07049c2fa6df6bb72eb2089243c2 (diff)
New alias for khal list
Diffstat (limited to '')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
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"