Load MacTex commands via path_helper

This commit is contained in:
Jonny Barnes 2022-03-19 10:11:19 +00:00
parent abe37bd93c
commit 5e25492535

View file

@ -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)