]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/texmf.json
Add zsh-evalcache (#430)
[xdg-ninja.git] / programs / texmf.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.texlive/texmf-config",
5 "movable": true,
6 "help": "Export the following environment variables:\n\n```bash\nexport TEXMFCONFIG=\"$XDG_CONFIG_HOME\"/texlive/texmf-config\n```\n"
7 },
8 {
9 "path": "$HOME/.texlive/texmf-var",
10 "movable": true,
11 "help": "Export the following environment variables:\n\n```bash\nexport TEXMFVAR=\"$XDG_CACHE_HOME\"/texlive/texmf-var\n```\n"
12 },
13 {
14 "path": "$HOME/.texmf",
15 "movable": true,
16 "help": "Export the following environment variables:\n\n```bash\nexport TEXMFHOME=\"$XDG_DATA_HOME\"/texmf\n```\n"
17 }
18 ],
19 "name": "texmf"
20 }