From: Silvio Rhatto Date: Thu, 29 Jan 2026 20:03:09 +0000 (-0300) Subject: Feat: profile: set TEXMFHOME X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=sidebyside;p=rhatto%2Fdotfiles%2Fprofile.git Feat: profile: set TEXMFHOME --- 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