diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2026-01-29 17:03:09 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2026-01-29 17:03:09 -0300 |
| commit | 30fcfa8520415e6d58111137cfaf7f40afe762bd (patch) | |
| tree | 28b9df91e37bcee1426b4d6ef4bbcfbccd3c9b8e | |
| parent | 787d69af42a9b2f391f42310715a4d7928ee2408 (diff) | |
| download | profile-master.tar.gz profile-master.tar.bz2 | |
| -rw-r--r-- | profile.dot.link | 3 |
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 |
