diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-16 16:01:07 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-16 16:01:07 +0000 |
commit | 0f1d16a4e0a3d016c26d3a460bdae2725aacda9a (patch) | |
tree | ba5a2fd95f0287d9d4085f50a3f03b4b1fd874a7 /fish/functions/todj.fish | |
parent | a2b859f6f27884f00bcccd9fa071631d0358a372 (diff) |
changing location of Notes directory
Diffstat (limited to 'fish/functions/todj.fish')
-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 |