From 869ecc0bfdf8ef3137e151e4275eca402a63750d Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 27 Dec 2023 09:38:04 +0000 Subject: [PATCH] task: use env variables to set data and hooks location --- task/taskrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/task/taskrc b/task/taskrc index 6050591..a24efe4 100644 --- a/task/taskrc +++ b/task/taskrc @@ -11,7 +11,9 @@ # Use the command 'task show' to see all defaults and overrides # Files -data.location=~/.local/share/task +data.location=$XDG_DATA_HOME/task +hooks.location=$XDG_CONFIG_HOME/task/hooks + dateformat=d/m/Y -- 2.48.1