From 3d0ce126fa2d20254a5cc856475af2c7389ec2e8 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 17 Aug 2021 15:44:13 +1000 Subject: [PATCH] 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. --- config/task/taskrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/task/taskrc b/config/task/taskrc index ad7f522..7eef4bd 100644 --- a/config/task/taskrc +++ b/config/task/taskrc @@ -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