]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/texmf.json
Add info for .zlua file (#127)
[xdg-ninja.git] / programs / texmf.json
index b0c18cdb5d237df1c2f84f1d8f6d608be63a39ba..79a06c1d3e83b4dff47a1a15e6bfae3e3eb150cc 100644 (file)
@@ -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"