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:
parent
01ca98aa4b
commit
2f4e71ad9f
1 changed files with 3 additions and 0 deletions
3
office/.config/sh/env.d/taskopen-xdg.sh
Normal file
3
office/.config/sh/env.d/taskopen-xdg.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc"
|
Loading…
Reference in a new issue