diff options
| -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() { |