]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Remove quotes escaping for JULIA_DEPOT_PATH
authorTiv0w <t.theomeyer@gmail.com>
Fri, 20 May 2022 12:02:43 +0000 (14:02 +0200)
committerTiv0w <t.theomeyer@gmail.com>
Fri, 20 May 2022 12:02:43 +0000 (14:02 +0200)
It now can be copied verbatim; following the recommendation at:
https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_DEPOT_PATH

programs/julia.json

index caffd0aa2c50e575ebd1ae96da25a7f1191b36e2..833ce3fad5a9875cd04aa51efd512e290837ca81 100644 (file)
@@ -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"
         }
     ]
 }