aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2026-01-29 17:03:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2026-01-29 17:03:09 -0300
commit30fcfa8520415e6d58111137cfaf7f40afe762bd (patch)
tree28b9df91e37bcee1426b4d6ef4bbcfbccd3c9b8e
parent787d69af42a9b2f391f42310715a4d7928ee2408 (diff)
downloadprofile-master.tar.gz
profile-master.tar.bz2
Feat: profile: set TEXMFHOMEHEADmaster
-rw-r--r--profile.dot.link3
1 files changed, 3 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index df06832..9012aed 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -419,6 +419,9 @@ if [ -e "$HOME/apps/python" ]; then
fi
fi
+# TeX Live
+export TEXMFHOME="$HOME/.local/share/texmf"
+
# Start the powerline daemon
# See http://powerline.readthedocs.io/en/master/usage/shell-prompts.html
if [ -x "/usr/bin/powerline-daemon" ]; then