diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-24 13:54:00 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-24 13:54:00 +0100 |
commit | 7f6aa0588a09b55856a5a8eed046ddc727242a10 (patch) | |
tree | 6c8654880c5bf5e075283f7f13d832cacc5d7dc5 | |
parent | bc5feaa063f2335536ca220f71ba5cc348d3ed4c (diff) |
Restricts todj to just home journals not dayplans
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,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')*") } ######################################################################### |