From: Samir Benmendil Date: Wed, 27 Dec 2023 09:38:04 +0000 (+0000) Subject: task: use env variables to set data and hooks location X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/869ecc0bfdf8ef3137e151e4275eca402a63750d task: use env variables to set data and hooks location --- 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