From 7594fcc0a91b4a3ff936212d7a62ea3d0fe22da6 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 26 Dec 2022 19:57:29 +0100 Subject: [PATCH] chore(zsh): export TeX path --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index b03518c..3831210 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -53,6 +53,9 @@ fi export PATH=$HOME/.tmux/plugins/tmux-nvr/bin:$PATH export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH +# BasicTex +export PATH="/Library/TeX/texbin:$PATH" + # Conda # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !!