-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtaskdebugrc
35 lines (27 loc) · 1.01 KB
/
taskdebugrc
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
# [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=~/.taskdebug
exit.on.missing.db=no
# UDAs.
uda.notes.type=string
uda.notes.label=Notes
# 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/contexts
include ~/.taskrc.d/formatting
include ~/.taskrc.d/reports
include ~/.taskrc.d/urgency
# vi: ft=dosini