aboutsummaryrefslogtreecommitdiffstats
path: root/_tj
diff options
context:
space:
mode:
Diffstat (limited to '_tj')
-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 ]]