]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #311 from nicolas-graves/scilab
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sun, 20 Aug 2023 18:36:45 +0000 (20:36 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Aug 2023 18:36:45 +0000 (20:36 +0200)
Add scilab.

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"
+}