From: b3nj4m1n Date: Sat, 14 May 2022 10:13:57 +0000 (+0200) Subject: Add julia configuration X-Git-Tag: v0.2.0.0~83 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/584aaca489e6ca9615bfb12c92b3fa0e3d399870 Add julia configuration commit 5ca571965e88d4ddf4b758a08f125da37d166c6b Author: b3nj4m1n 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 Date: Sat May 14 12:03:38 2022 +0200 Merge branch 'main' of github.com:PieroSimonet/xdg-ninja commit 1ab0d8ab51310ac7a5e286b30391c78b3412ca1c Author: Piero Simonetto Date: Sat May 14 11:58:25 2022 +0200 a stupid stuff commit e4202cb0fa347e09947e355f6405a6150cf0fd51 Author: Piero Simonetto Date: Sat May 14 11:47:47 2022 +0200 Added julia configuration --- diff --git a/programs/julia.json b/programs/julia.json new file mode 100644 index 0000000..caffd0a --- /dev/null +++ b/programs/julia.json @@ -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" + } + ] +}