Remove unnecessary colour scheme config
There's no easy way to tell Taskwarrior that you want to load a colour scheme from its defaults, rather than using an absolute path, which means if Taskwarrior is installed in a different place than it can't find the colour schemes and doesn't work properly. Thankfully, Taskwarrior's default colour scheme is actually the one I want, 256 colour dark. So there's no real need for me to import one of the bundled colour schemes in the first place, so I can make my config more portable by removing that include statement entirely.
This commit is contained in:
parent
42bacbb2f2
commit
3d0ce126fa
1 changed files with 0 additions and 3 deletions
|
@ -15,9 +15,6 @@
|
|||
data.location=~/.local/share/task
|
||||
hooks.location=~/.config/task/hooks
|
||||
|
||||
# Color theme (uncomment one to use)
|
||||
include /usr/local/share/doc/task/rc/dark-256.theme
|
||||
|
||||
# Report specifically for displaying my in-progress task in the shell prompt, as a quick reminder
|
||||
report.progress.description=Tasks currently in progress
|
||||
report.progress.columns=id,description.truncated
|
||||
|
|
Loading…
Reference in a new issue