diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-06 16:36:45 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-06 16:36:45 +0800 |
commit | 90de2d5fa67c723ef0d3ed4f0ea9b45d127fe579 (patch) | |
tree | 9c2645b4de1b3d10852207a67b5d84f3f4045be8 /tools | |
parent | 3efada5bfdb35f444622532b1e3c5f1e3273ef0f (diff) |
Update
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/wiki/diary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wiki/diary b/tools/wiki/diary index 3ced89a..55c3053 100755 --- a/tools/wiki/diary +++ b/tools/wiki/diary | |||
@@ -26,7 +26,7 @@ print_today() { | |||
26 | } | 26 | } |
27 | 27 | ||
28 | edit_today() { | 28 | edit_today() { |
29 | vim $today | 29 | vim -c Goyo $today |
30 | } | 30 | } |
31 | 31 | ||
32 | add_entry() { | 32 | add_entry() { |