diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/task/main.rc (renamed from base/taskrc) | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/base/taskrc b/base/task/main.rc index cfc7d88..18e1e0b 100644 --- a/base/taskrc +++ b/base/task/main.rc @@ -1,16 +1,5 @@ -# [Created by task 2.5.1 10/23/2020 18:51:36] -# Taskwarrior program configuration file. -# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', -# 'man task-sync' or 'man taskrc' +# FILES ====---- -# Here is an example of entries that use the default, override and blank values -# variable=foo -- By specifying a value, this overrides the default -# variable= -- By specifying no value, this means no default -# #variable=foo -- By commenting out the line, or deleting it, this uses the default - -# Use the command 'task show' to see all defaults and overrides - -# Files data.location=~/.task default.command=ready @@ -18,7 +7,7 @@ include ~/.task/server/server-config.rc include ~/.task/taskwarrior-holidays.rc calendar.holidays=sparse -verbose=blank,footnote,label,new-id,affected +verbose=blank,footnote,label,new-id,affected,context # URGENCY TWEAKS ====---- @@ -26,6 +15,12 @@ verbose=blank,footnote,label,new-id,affected urgency.blocking.coefficient=1 urgency.annotations.coefficient=0 +# CONTEXTS ====---- + +context.work=project:Work +context.home=project.not:Work +context.school=project:School + # MY THEME ====---- # Color theme (uncomment one to use) |