diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-09 14:40:52 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-09 14:40:52 +0800 |
commit | 5cbb08d04a2b862fe6d5343490a711e097ac7c56 (patch) | |
tree | 2e0b66ce1d37800cdfd3828c127f8a7c1cd8c012 | |
parent | b9fd26a7d2a55db8a8e0bf3547ecc405cac90423 (diff) |
Update
-rwxr-xr-x | bin/log/diary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/log/diary b/bin/log/diary index 660b747..f133b77 100755 --- a/bin/log/diary +++ b/bin/log/diary | |||
@@ -27,7 +27,7 @@ print_today() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | edit_today() { | 29 | edit_today() { |
30 | $EDITOR -c Goyo $today | 30 | $EDITOR $today |
31 | } | 31 | } |
32 | 32 | ||
33 | add_entry() { | 33 | add_entry() { |