X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/3d60834d4adfda53057777291189efb3e3841e87..cc015b86cc150e3df15c2eb0b3691cd1c654d679:/programs/julia.json diff --git a/programs/julia.json b/programs/julia.json index 833ce3f..36979f4 100644 --- a/programs/julia.json +++ b/programs/julia.json @@ -4,7 +4,12 @@ { "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" + "help": "Export the following environment variable:\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" + }, + { + "path": "$HOME/.julia/juliaup", + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport JULIAUP_DEPOT_PATH=\"$XDG_DATA_HOME/julia\"\n```\n" } ] }