From b92feb80f3584678a2c1336f81fc8ec5dbe0848d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 18 Aug 2023 09:09:46 +0200 Subject: [PATCH] Add scilab. --- programs/scilab.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/scilab.json 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" +} -- 2.47.3