]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
asymptote program file (#205)
authorAaron Manning <contact@aaronmanning.net>
Sun, 11 Dec 2022 19:46:01 +0000 (14:46 -0500)
committerGitHub <noreply@github.com>
Sun, 11 Dec 2022 19:46:01 +0000 (20:46 +0100)
programs/asymptote.json [new file with mode: 0644]

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