diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:18:18 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:18:18 +0100 |
commit | 450bc3f027fa4f2813038ec18f0862d8795793c2 (patch) | |
tree | 04b1c29e19e5a5a45d3b2bf376ed8800a04ba6f6 | |
parent | c892caafa26e2d934addd96e491db947c1290d17 (diff) |
Fixes journal path
-rwxr-xr-x | _tj | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash # Our target file -TODAY_JOURNAL=~/Notes/journal/$(date +\%Y-\%m-\%d).md +TODAY_JOURNAL=~/Notes/journal/home/$(date +\%Y-\%m-\%d).md # Test whether it already exisits or not if [[ -a $TODAY_JOURNAL ]] |