Load MacTex commands via path_helper
This commit is contained in:
parent
abe37bd93c
commit
5e25492535
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_in
|
||||||
# Source the untracked `extra` file
|
# Source the untracked `extra` file
|
||||||
test -e $HOME/.extra && source $HOME/.extra
|
test -e $HOME/.extra && source $HOME/.extra
|
||||||
|
|
||||||
|
# Load MacTex commands
|
||||||
|
eval $(/usr/libexec/path_helper)
|
||||||
|
|
||||||
# Init the fuck
|
# Init the fuck
|
||||||
if type thefuck &> /dev/null; then
|
if type thefuck &> /dev/null; then
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
Loading…
Add table
Reference in a new issue