diff options
-rwxr-xr-x | status | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -91,7 +91,8 @@ function status_run { fi # Check your TODO lists, filtering only important tasks - todo list important + # Convention here is to use uppercase "IMPORTANT", to be explicit and avoid false positives + todo list IMPORTANT # Collected items that need to be moved somewhere else collector list |