From 77610185075f5d32da9df4ed1eb66b464b7b8676 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 14 Jun 2024 22:07:17 +0200 Subject: [PATCH] task: Change taskrc includes to absolute paths In preparation for integrating bugwarrior into these dotfiles I am changing the taskwarrior include options to absolute paths (though still retaining the `~` home shortcut). This seems necessary as bugwarrior, both in its current 1.8.0 and its git HEAD version, just absolutely refuses to run when the includes are relative to the taskrc file. A little sad but not too bad overall since the taskrc in these dotfiles will always live in the XDG_CONFIG_HOME directory anyway. --- office/.config/task/taskrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/office/.config/task/taskrc b/office/.config/task/taskrc index eb614ba..c9cf994 100644 --- a/office/.config/task/taskrc +++ b/office/.config/task/taskrc @@ -71,13 +71,13 @@ urgency.inherit=1 include /usr/share/doc/task/rc/holidays.de-DE.rc # Themes are in additional file -include colorscheme +include ~/.config/task/colorscheme # Taskserver sync settings -include task-sync.rc +include ~/.config/task/task-sync.rc # My personal tw contexts (e.g. work/personal) -include contexts +include ~/.config/task/contexts # try to fix some color weirdness, especially in tmux # color.scheduled=on grey15