Use XDG environment variables

This commit is contained in:
Danielle McLean 2021-10-07 13:15:14 +11:00
parent 932e9134a6
commit 95afca5f1a
Signed by: 00dani
GPG key ID: 9DDE1EDE01E3A605

View file

@ -12,8 +12,8 @@
# Use the command 'task show' to see all defaults and overrides # Use the command 'task show' to see all defaults and overrides
# Files # Files
data.location=~/.local/share/task data.location=$XDG_DATA_HOME/task
hooks.location=~/.config/task/hooks hooks.location=$XDG_CONFIG_HOME/task/hooks
# Report specifically for displaying my in-progress task in the shell prompt, as a quick reminder # 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.description=Tasks currently in progress
@ -22,7 +22,7 @@ report.progress.filter=status:pending and +ACTIVE
# Sync! # Sync!
taskd.server=task.00dani.me:53589 taskd.server=task.00dani.me:53589
taskd.ca=~/.config/task/isrgrootx1.pem taskd.ca=$XDG_CONFIG_HOME/task/isrgrootx1.pem
taskd.certificate=~/.config/task/client.cert.pem taskd.certificate=$XDG_CONFIG_HOME/task/client.cert.pem
taskd.key=~/.config/task/client.key.pem taskd.key=$XDG_CONFIG_HOME/task/client.key.pem
include ~/.config/task/taskd.credentials include $XDG_CONFIG_HOME/task/taskd.credentials