aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-05-02 20:38:10 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-05-02 20:38:10 +0800
commitf293193d73fd351c94ded0bdc29b5e41f0e5ca70 (patch)
tree4e59b1ca77824ce88533d96fc21a66e8d6e208c6
parent22f78b6b3cab92eab5298ef6b6b61ee777e5d521 (diff)
Update
-rwxr-xr-xbin/log/diary2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/log/diary b/bin/log/diary
index d9cbe83..660b747 100755
--- a/bin/log/diary
+++ b/bin/log/diary
@@ -18,7 +18,7 @@ specify_date() {
18 done 18 done
19 19
20 FILE=~/log/diary/`date -d $YEAR-$MONTH-$DAY +%y.w%W.md` 20 FILE=~/log/diary/`date -d $YEAR-$MONTH-$DAY +%y.w%W.md`
21 $EDITOR -c 'Goyo' $FILE 21 $EDITOR $FILE
22} 22}
23 23
24print_today() { 24print_today() {