summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')*")
}
#########################################################################