From 2f4e71ad9fe01977e7ddbb1d0d69c32558658434 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 23 May 2023 15:35:37 +0200 Subject: [PATCH] task: Make taskopen adhere to xdg Using `TASKOPENRC` we set the configuration file to be in the correct xdg configuration directory. --- office/.config/sh/env.d/taskopen-xdg.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 office/.config/sh/env.d/taskopen-xdg.sh diff --git a/office/.config/sh/env.d/taskopen-xdg.sh b/office/.config/sh/env.d/taskopen-xdg.sh new file mode 100644 index 0000000..5aac3a7 --- /dev/null +++ b/office/.config/sh/env.d/taskopen-xdg.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc"