aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-11 20:24:46 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-11 20:24:46 +0100
commited3e19e30afa2e925a0c798d118b397efede8ca7 (patch)
tree874d1006f41bc3ad2ddd575f626cc6223ad98791
parentaeb71696e07fec881c7e047c3c3b37e544c8bd1f (diff)
Properly fixes path
Diffstat (limited to '')
-rwxr-xr-x_tj2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tj b/_tj
index 178ceb1..c2e875d 100755
--- a/_tj
+++ b/_tj
@@ -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 ]]