mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
15 lines
363 B
Text
15 lines
363 B
Text
# Taskwarrior program configuration file.
|
|
|
|
### Files ###
|
|
data.location=~/.task
|
|
|
|
### Color theme ###
|
|
include /usr/share/doc/task/rc/solarized-dark-256.theme
|
|
|
|
### Variables ###
|
|
weekstart=monday
|
|
search.case.sensitive=no
|
|
active.indicator=↪
|
|
report.list.columns=id,project,priority,description,entry.age
|
|
alias.burndown=burndown.daily
|
|
default.command=ready limit:page
|