-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskrc
40 lines (31 loc) · 1.1 KB
/
taskrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# [Created by task 2.5.1 1/28/2019 09:21:54]
# Taskwarrior program configuration file.
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
# 'man task-sync' or 'man taskrc'
# 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
tasksh.autoclear=1
# Files.
data.location=~/.task
exit.on.missing.db=yes
# UDAs.
uda.notes.type=string
uda.notes.label=Notes
uda.order.type=numeric
uda.order.label=Order
# Defaults.
default.project=INBOX
default.command=next
# Includes.
include /usr/local/share/doc/task/rc/solarized-dark-256.theme
include /usr/local/share/doc/task/rc/holidays.en-US.rc
include ~/.taskrc.d/sync
include ~/.taskrc.d/contexts
include ~/.taskrc.d/formatting
include ~/.taskrc.d/reports
include ~/.taskrc.d/urgency
news.version=2.6.0
# vi: ft=dosini