summaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-texlive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/profile.d/20-texlive.sh')
-rw-r--r--sh/.config/profile.d/20-texlive.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/.config/profile.d/20-texlive.sh b/sh/.config/profile.d/20-texlive.sh
new file mode 100644
index 0000000..f6bff9f
--- /dev/null
+++ b/sh/.config/profile.d/20-texlive.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export TEXMFHOME="$XDG_DATA_HOME/texmf"
+export TEXMFVAR="$XDG_CACHE_HOME/texlive/texmf-var"
+export TEXMFCONFIG="$XDG_CONFIG_HOME/texlive/texmf-config"