.zshrc: Add BasicTex 2015 paths
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
cdd9e1aa0f
commit
a5199335f1
2
.zshrc
2
.zshrc
@ -45,7 +45,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
|
|
||||||
# If BasicTeX installation exists, add it to PATH
|
# If BasicTeX installation exists, add it to PATH
|
||||||
# See: https://tug.org/mactex/morepackages.html
|
# See: https://tug.org/mactex/morepackages.html
|
||||||
[[ -d /usr/local/texlive/2014basic/bin/x86_64-darwin ]] && PATH=$PATH:/usr/local/texlive/2014basic/bin/x86_64-darwin
|
[[ -d /usr/local/texlive/2015basic/bin/x86_64-darwin ]] && PATH=$PATH:/usr/local/texlive/2015basic/bin/x86_64-darwin
|
||||||
|
|
||||||
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||||
# aliases
|
# aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user