From 30fcfa8520415e6d58111137cfaf7f40afe762bd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Jan 2026 17:03:09 -0300 Subject: [PATCH] Feat: profile: set TEXMFHOME --- profile.dot.link | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5