From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sun, 20 Aug 2023 18:36:45 +0000 (+0200) Subject: Merge pull request #311 from nicolas-graves/scilab X-Git-Tag: v0.2.0.2~30 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/369b108d8130802f071fb9774b9d61b127c59781?hp=966768113c37b7cef7c5572e0ab2fdce3db3c789 Merge pull request #311 from nicolas-graves/scilab Add scilab. --- diff --git a/programs/scilab.json b/programs/scilab.json new file mode 100644 index 0000000..f048388 --- /dev/null +++ b/programs/scilab.json @@ -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" +}