]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #50 from Tiv0w/fix-julia-escaped-quotes
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Fri, 20 May 2022 12:18:03 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Fri, 20 May 2022 12:18:03 +0000 (14:18 +0200)
Remove quotes escaping for 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"
         }
     ]
 }