From: Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> Date: Sat, 30 Nov 2024 20:20:09 +0000 (+0000) Subject: Missing three $ in conda help (#443) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/df8a621bc219ea2455154cc25fb6f56fbbeb7eb9?ds=inline Missing three $ in conda help (#443) --- diff --git a/programs/conda.json b/programs/conda.json index dd30d71..c06f78b 100644 --- a/programs/conda.json +++ b/programs/conda.json @@ -1,17 +1,17 @@ { "files": [ { - "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "help": "Move the file to _\"$XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", "movable": true, "path": "$HOME/.condarc" }, { - "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "help": "Move the file to _\"$XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", "movable": true, "path": "$HOME/.conda/.condarc" }, { - "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "help": "Move the file to _\"$XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", "movable": true, "path": "$HOME/.conda/condarc" },