It now can be copied verbatim; following the recommendation at:
https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_DEPOT_PATH
{
"path": "$HOME/.julia",
"movable": true,
{
"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"