Marty Oehme
2f4e71ad9f
Using `TASKOPENRC` we set the configuration file to be in the correct xdg configuration directory.
3 lines
91 B
Bash
3 lines
91 B
Bash
#!/usr/bin/env sh
|
|
|
|
export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc"
|