summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-24 13:54:00 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-24 13:54:00 +0100
commit7f6aa0588a09b55856a5a8eed046ddc727242a10 (patch)
tree6c8654880c5bf5e075283f7f13d832cacc5d7dc5
parentbc5feaa063f2335536ca220f71ba5cc348d3ed4c (diff)
Restricts todj to just home journals not dayplans
Diffstat (limited to '')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 57b4204..1c5e52d 100644
--- a/bashrc
+++ b/bashrc
@@ -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')*")
}
#########################################################################