dotfiles/office/.config/sh/env.d/taskopen-xdg.sh
Marty Oehme 2f4e71ad9f
task: Make taskopen adhere to xdg
Using `TASKOPENRC` we set the configuration file to be in the correct
xdg configuration directory.
2023-05-23 15:35:37 +02:00

4 lines
91 B
Bash

#!/usr/bin/env sh
export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc"