]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add scilab.
authorNicolas Graves <ngraves@ngraves.fr>
Fri, 18 Aug 2023 07:09:46 +0000 (09:09 +0200)
committerNicolas Graves <ngraves@ngraves.fr>
Fri, 18 Aug 2023 07:09:46 +0000 (09:09 +0200)
programs/scilab.json [new file with mode: 0644]

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