From 5e25492535d5ddaa9a870e26522884417bc33c36 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 19 Mar 2022 10:11:19 +0000 Subject: [PATCH] Load MacTex commands via path_helper --- zshrc.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc.zsh b/zshrc.zsh index cb97849..39f60fb 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -115,6 +115,9 @@ test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_in # Source the untracked `extra` file test -e $HOME/.extra && source $HOME/.extra +# Load MacTex commands +eval $(/usr/libexec/path_helper) + # Init the fuck if type thefuck &> /dev/null; then eval $(thefuck --alias)