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.
This commit is contained in:
parent
8f679d0b1a
commit
7761018507
1 changed files with 3 additions and 3 deletions
|
@ -71,13 +71,13 @@ urgency.inherit=1
|
||||||
include /usr/share/doc/task/rc/holidays.de-DE.rc
|
include /usr/share/doc/task/rc/holidays.de-DE.rc
|
||||||
|
|
||||||
# Themes are in additional file
|
# Themes are in additional file
|
||||||
include colorscheme
|
include ~/.config/task/colorscheme
|
||||||
|
|
||||||
# Taskserver sync settings
|
# Taskserver sync settings
|
||||||
include task-sync.rc
|
include ~/.config/task/task-sync.rc
|
||||||
|
|
||||||
# My personal tw contexts (e.g. work/personal)
|
# My personal tw contexts (e.g. work/personal)
|
||||||
include contexts
|
include ~/.config/task/contexts
|
||||||
|
|
||||||
# try to fix some color weirdness, especially in tmux
|
# try to fix some color weirdness, especially in tmux
|
||||||
# color.scheduled=on grey15
|
# color.scheduled=on grey15
|
||||||
|
|
Loading…
Reference in a new issue