aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-11 20:18:18 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-11 20:18:18 +0100
commit450bc3f027fa4f2813038ec18f0862d8795793c2 (patch)
tree04b1c29e19e5a5a45d3b2bf376ed8800a04ba6f6
parentc892caafa26e2d934addd96e491db947c1290d17 (diff)
Fixes journal path
-rwxr-xr-x_tj2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tj b/_tj
index 5b47cb1..178ceb1 100755
--- a/_tj
+++ b/_tj
@@ -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 ]]