From 46d1d01162fd2233bb9971da996eda4463f46a8b Mon Sep 17 00:00:00 2001 From: Nikolas Koesling <66275131+NikolasK-source@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:17:32 +0200 Subject: [PATCH] add config for ts3client (#131) --- programs/ts3client.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/ts3client.json diff --git a/programs/ts3client.json b/programs/ts3client.json new file mode 100644 index 0000000..fcbf710 --- /dev/null +++ b/programs/ts3client.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ts3client", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport TS3_CONFIG_DIR=$XDG_CONFIG_HOME/ts3client```\n" + } + ], + "name": "ts3client" +} -- 2.47.3