Use a fuzzier glob to find TeXLive installation, the bin directory's name is different in TeXLive 2017
This commit is contained in:
parent
a2a08d417a
commit
7637ff8ed3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if (( $+commands[brew] )); then
|
|||
)
|
||||
fi
|
||||
|
||||
path=(/usr/local/texlive/20*/bin/universal-*(N) $path)
|
||||
path=(/usr/local/texlive/20*/bin/*(N) $path)
|
||||
path=(~/bin ~/.bin ~/.local/bin $path)
|
||||
|
||||
# Filter out nonexistent directories, . (the current directory), and duplicate
|
||||
|
|
Loading…
Reference in a new issue