diff options
-rwxr-xr-x | dayplan.ksh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dayplan.ksh b/dayplan.ksh index b19a4e7..9f36c36 100755 --- a/dayplan.ksh +++ b/dayplan.ksh @@ -31,7 +31,8 @@ Goal for Today: [replace this with your goal] 13:00 - 14:00 - 14:00 - 15:00 - 15:00 - 16:00 - -16:00 - 17:00 - " +16:00 - 17:00 - +" } > "$TODAY_PLANNER" vim "$TODAY_PLANNER" fi |