diff options
| author | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-10-27 17:26:14 -0700 |
|---|---|---|
| committer | David Luevano Alvarado <55825613+luevano@users.noreply.github.com> | 2020-10-27 17:26:14 -0700 |
| commit | f672290e2d9bccb69dad8e684e61c87a0dedc210 (patch) | |
| tree | 719e776a47e50956f3da9b755b1b46b30cec5a1a | |
| parent | 8f2b05f47f8ee433258f384aed3b811667388640 (diff) | |
Update env vars for tex
| -rw-r--r-- | .config/aliasrc | 3 | ||||
| -rw-r--r-- | .profile | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.config/aliasrc b/.config/aliasrc index 295bede..1c7a29a 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -7,3 +7,6 @@ command -v nvim >/dev/null && alias vim="nvim" vimdiff="nvim -d" # Colorize commands when possible. alias ls="exa -aH --color=automatic --group-directories-first --git" + +# TexLive Manager fix as described in https://wiki.archlinux.org/index.php/TeX_Live +alias tlmgr='$TEXMFDIST/scripts/texlive/tlmgr.pl --usermode' @@ -40,3 +40,7 @@ export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab ## iPython. export IPYTHONDIR=$HOME/.config/ipython + + ## TexLive. +export TEXMFDIST=/usr/share/texmf-dist +export TEXMFHOME=$HOME/.local/share/texmf |
