From cbab23ccc371cf88a4e143280ac59669008fc431 Mon Sep 17 00:00:00 2001 From: Jeff Lance Date: Fri, 8 Mar 2024 18:00:17 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'home/.chezmoiscrip?= =?UTF-8?q?ts/run=5Fonce=5Fafter=5F50-finalize-latex.sh.tmpl'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../run_once_after_50-finalize-latex.sh.tmpl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 }}