diff options
-rwxr-xr-x | dayplan.ksh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dayplan.ksh b/dayplan.ksh index eaf6135..72fc20f 100755 --- a/dayplan.ksh +++ b/dayplan.ksh @@ -30,7 +30,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 |