From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Fri, 20 May 2022 12:18:03 +0000 (+0200) Subject: Merge pull request #50 from Tiv0w/fix-julia-escaped-quotes X-Git-Tag: v0.2.0.0~37 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/3d60834d4adfda53057777291189efb3e3841e87?hp=b1e9bca3febc4ee29b647b1afcd575acf8edeaa2 Merge pull request #50 from Tiv0w/fix-julia-escaped-quotes Remove quotes escaping for JULIA_DEPOT_PATH --- diff --git a/programs/julia.json b/programs/julia.json index caffd0a..833ce3f 100644 --- a/programs/julia.json +++ b/programs/julia.json @@ -4,7 +4,7 @@ { "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 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" } ] }