From 0f1d16a4e0a3d016c26d3a460bdae2725aacda9a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 16 Mar 2023 16:01:07 +0000 Subject: changing location of Notes directory --- fish/functions/todj.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3