diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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')*") } ######################################################################### |