From b4a082600b17cb53297874d44b0306ac46f9c4d2 Mon Sep 17 00:00:00 2001 From: afranco Date: Mon, 8 Apr 2024 13:48:44 +0100 Subject: [PATCH] chore(zsh): added texlive to path --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 39db3ff..c582aef 100644 --- a/.zshenv +++ b/.zshenv @@ -17,5 +17,6 @@ export PATH="$HOME/.ghcup/bin:$PATH" export DYLD_LIBRARY_PATH="/opt/homebrew/lib:$DYLD_LIBRARY_PATH" export JAVA_HOME="/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home" export PATH="$HOME/.miniforge3/bin:$PATH" +export PATH="/opt/homebrew/opt/texlive/bin/:$PATH" eval "$(/opt/homebrew/bin/brew shellenv)"