task: Make taskopen adhere to xdg

Using `TASKOPENRC` we set the configuration file to be in the correct
xdg configuration directory.
This commit is contained in:
Marty Oehme 2023-05-23 15:35:37 +02:00
parent 01ca98aa4b
commit 2f4e71ad9f
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc"