diff options
-rw-r--r-- | taskrc | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -29,8 +29,6 @@ include /usr/share/doc/task/rc/dark-256.theme | |||
29 | #include /usr/share/doc/task/rc/solarized-light-256.theme | 29 | #include /usr/share/doc/task/rc/solarized-light-256.theme |
30 | #include /usr/share/doc/task/rc/no-color.theme | 30 | #include /usr/share/doc/task/rc/no-color.theme |
31 | 31 | ||
32 | include /usr/share/doc/task/rc/holidays.en-US.rc | ||
33 | |||
34 | dateformat=b.d H:N | 32 | dateformat=b.d H:N |
35 | search.case.sensitive=no | 33 | search.case.sensitive=no |
36 | default.command=next | 34 | default.command=next |
@@ -50,6 +48,12 @@ report.nchc.sort=entry+ | |||
50 | 48 | ||
51 | context.office=-home -trivial -not.office | 49 | context.office=-home -trivial -not.office |
52 | context.geothings=( +geothings or project:geothings ) | 50 | context.geothings=( +geothings or project:geothings ) |
53 | context.foo=-trivial | 51 | context.foo=-trivial -home |
54 | context.free=+trivial | 52 | context.free=+trivial |
55 | context=geothings | 53 | context=office |
54 | |||
55 | calendar.holidays=full | ||
56 | holiday.double-ten.name=雙十補假 | ||
57 | holiday.double-ten.date=20201009 | ||
58 | holiday.new-year.name=元旦 | ||
59 | holiday.new-year.date=20210101 | ||