taskwarrior: Adapt tw config file for 2.6 update

Modified some options per the taskwarrior recommendations, switched from
custom XDG compliance to default implementation newly added to program.
This commit is contained in:
Marty Oehme 2021-10-07 11:17:18 +02:00
parent 3a5a6d19b4
commit 86dc69c31f
Signed by: Marty
GPG key ID: B7538B8F50A1C800
2 changed files with 6 additions and 7 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/env sh
export TASKRC="$XDG_CONFIG_HOME/task/taskrc"
[ -d "$XDG_DATA_HOME/task/notes" ] || mkdir -p "$XDG_DATA_HOME/task/notes"