From ea1242fc7047852beb68f07340ed21ee59c008c8 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 25 Sep 2023 17:43:48 +0100 Subject: Fixes todj --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4367465..d0e0364 100644 --- a/bashrc +++ b/bashrc @@ -67,6 +67,7 @@ alias rem1='ssh bobbins rem -c+a1 -w240 -m' alias rem2='ssh bobbins rem -c+a2 -w240 -m' alias weather='curl wttr.in' 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 .' # Environment variables @@ -235,7 +236,7 @@ function newpost() { ################################################################### todj () { CMD=${1:-"cat"} - $CMD $(find /home/lemon/Documents/Notes/journal -name "*$(date '+%Y-%m-%d')*") + $CMD $(find /home/lemon/Documents/Notes/journal/home -name "*$(date '+%Y-%m-%d')*") } ######################################################################### -- cgit v1.2.3