chore(zsh): export TeX path

This commit is contained in:
Stefan Imhoff
2022-12-26 19:57:29 +01:00
parent 5a567517e3
commit 7594fcc0a9

View File

@@ -53,6 +53,9 @@ fi
export PATH=$HOME/.tmux/plugins/tmux-nvr/bin:$PATH export PATH=$HOME/.tmux/plugins/tmux-nvr/bin:$PATH
export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH export PATH=$HOME/.tmux/plugins/t-smart-tmux-session-manager/bin:$PATH
# BasicTex
export PATH="/Library/TeX/texbin:$PATH"
# Conda # Conda
# >>> conda initialize >>> # >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !! # !! Contents within this block are managed by 'conda init' !!