]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add julia configuration
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 14 May 2022 10:13:57 +0000 (12:13 +0200)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 14 May 2022 10:13:57 +0000 (12:13 +0200)
commit 5ca571965e88d4ddf4b758a08f125da37d166c6b
Author: b3nj4m1n <b3nj4m1n@gmx.net>
Date:   Sat May 14 12:09:27 2022 +0200

    More inline with the rest of the configs

commit ff46c374811d92b23252d61d50ac844a605d8126
Merge: 1ab0d8a e4202cb
Author: Piero Simonetto <piko.simo@gmail.com>
Date:   Sat May 14 12:03:38 2022 +0200

    Merge branch 'main' of github.com:PieroSimonet/xdg-ninja

commit 1ab0d8ab51310ac7a5e286b30391c78b3412ca1c
Author: Piero Simonetto <piko.simo@gmail.com>
Date:   Sat May 14 11:58:25 2022 +0200

    a stupid stuff

commit e4202cb0fa347e09947e355f6405a6150cf0fd51
Author: Piero Simonetto <piko.simo@gmail.com>
Date:   Sat May 14 11:47:47 2022 +0200

    Added julia configuration

programs/julia.json [new file with mode: 0644]

diff --git a/programs/julia.json b/programs/julia.json
new file mode 100644 (file)
index 0000000..caffd0a
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "julia",
+    "files": [
+        {
+            "path": "$HOME/.julia",
+            "movable": true,
+            "help": "Export the following environment variables:\n\n```bash\nexport JULIA_DEPOT_PATH=\\\"$XDG_DATA_HOME/julia:$JULIA_DEPOT_PATH\\\"\n```\n_Note: the trailing **:$JULIA_DEPOT_PATH** is necessary._\n"
+        }
+    ]
+}