From: Daniele Moser Date: Wed, 8 Jun 2022 13:24:25 +0000 (+0200) Subject: Add platformio support (#88) X-Git-Tag: v0.2.0.1~26 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/4886cccda5aa1044a17fb07961aba47e0bc8fff8?ds=sidebyside Add platformio support (#88) --- diff --git a/programs/platformio.json b/programs/platformio.json new file mode 100644 index 0000000..d4a1fb1 --- /dev/null +++ b/programs/platformio.json @@ -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" +}