diff --git a/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl b/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl index 44429fc..cf8c36f 100644 --- a/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_50-finalize-latex.sh.tmpl @@ -11,15 +11,10 @@ inf() { -# Environment variables -export TEXMF="texmf/tex/latex" - - - {{- if (ne .latex false) -}} log "Begin LaTeX repo initialization" -texhash "${HOME}/${TEXMF}" +texhash "${HOME}/texmf/tex/latex" log "Finish LaTeX repo initialization" {{- end }}