Update
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
htop_version=3.1.2
|
||||
config_reader_min_version=2
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
sort_key=46
|
||||
sort_key=47
|
||||
sort_direction=-1
|
||||
tree_sort_key=46
|
||||
tree_sort_direction=1
|
||||
|
||||
41
config/task/taskrc
Normal file
41
config/task/taskrc
Normal file
@@ -0,0 +1,41 @@
|
||||
# [Created by task 2.3.0 10/27/2014 13:01:27]
|
||||
# Taskwarrior program configuration file.
|
||||
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',
|
||||
# 'man task-tutorial', '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
|
||||
|
||||
weekstart=Monday
|
||||
|
||||
# Files
|
||||
data.location=$HOME/.config/task
|
||||
hooks.location=$HOME/.config/task/hooks/
|
||||
include $HOME/.config/task/themes/dark-256.theme
|
||||
|
||||
search.case.sensitive=no
|
||||
|
||||
alias.rm=delete
|
||||
alias.mod=modify
|
||||
|
||||
uda.totalactivetime.type=duration
|
||||
uda.totalactivetime.label=Total active time
|
||||
uda.totalactivetime.values=
|
||||
|
||||
uda.priority.values=H,M,,L
|
||||
urgency.uda.priority.H.coefficient=3.0
|
||||
urgency.uda.priority.L.coefficient=0.5
|
||||
urgency.uda.priority.M.coefficient=2.0
|
||||
|
||||
default.command=list
|
||||
|
||||
report.active.columns=id,project,description.truncated,start.age
|
||||
report.active.labels=ID,Project,Description,Time
|
||||
|
||||
report.list.labels=ID,Active,Age,Time,D,P,Project,Tags,R,Sch,Due,Until,Description,Urg
|
||||
report.list.columns=id,start.age,entry.age,totalactivetime,depends.indicator,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count,urgency
|
||||
news.version=2.6.0
|
||||
Reference in New Issue
Block a user