diff options
-rw-r--r-- | fish/functions/todj.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/functions/todj.fish b/fish/functions/todj.fish index 7e54dfa..1034885 100644 --- a/fish/functions/todj.fish +++ b/fish/functions/todj.fish @@ -10,5 +10,5 @@ function todj -d "Shows the current daily journal" --argument-names 'vimopt' set CMD cat end - $CMD $(find /home/lemon/Notes/journal -name "*$(date '+%Y-%m-%d')*") + $CMD $(find /home/lemon/Documents/Notes/journal -name "*$(date '+%Y-%m-%d')*") end |