diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:24:46 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 20:24:46 +0100 |
commit | ed3e19e30afa2e925a0c798d118b397efede8ca7 (patch) | |
tree | 874d1006f41bc3ad2ddd575f626cc6223ad98791 | |
parent | aeb71696e07fec881c7e047c3c3b37e544c8bd1f (diff) |
Properly fixes path
Diffstat (limited to '')
-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/home/$(date +\%Y-\%m-\%d).md +TODAY_JOURNAL=~/Documents/Notes/journal/home/$(date +\%Y-\%m-\%d).md # Test whether it already exisits or not if [[ -a $TODAY_JOURNAL ]] |