X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/588191841da71b0eb64dbaf03f047820b6140aa3..4ee0892bf0f8403b9544809da5184d3e86aa7e41:/programs/texmf.json diff --git a/programs/texmf.json b/programs/texmf.json index b0c18cd..79a06c1 100644 --- a/programs/texmf.json +++ b/programs/texmf.json @@ -3,17 +3,17 @@ { "path": "$HOME/.texlive/texmf-config", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport TEXMFCONFIG=$XDG_CONFIG_HOME/texlive/texmf-config\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport TEXMFCONFIG=\"$XDG_CONFIG_HOME\"/texlive/texmf-config\n```\n" }, { "path": "$HOME/.texlive/texmf-var", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport TEXMFVAR=$XDG_CACHE_HOME/texlive/texmf-var\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport TEXMFVAR=\"$XDG_CACHE_HOME\"/texlive/texmf-var\n```\n" }, { "path": "$HOME/.texmf", "movable": true, - "help": "Export the following environment variables:\n\n```bash\nexport TEXMFHOME=$XDG_DATA_HOME/texmf\n```\n" + "help": "Export the following environment variables:\n\n```bash\nexport TEXMFHOME=\"$XDG_DATA_HOME\"/texmf\n```\n" } ], "name": "texmf"