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' !!