]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add platformio support (#88)
authorDaniele Moser <dnlmsr0@gmail.com>
Wed, 8 Jun 2022 13:24:25 +0000 (15:24 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 13:24:25 +0000 (15:24 +0200)
programs/platformio.json [new file with mode: 0644]

diff --git a/programs/platformio.json b/programs/platformio.json
new file mode 100644 (file)
index 0000000..d4a1fb1
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.platformio",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport PLATFORMIO_CORE_DIR=\"$XDG_DATA_HOME\"/platformio\n```\n"
+        }
+    ],
+    "name": "platformio"
+}