.zshrc: Update BasicTex path to 2017

This commit is contained in:
Alan Orth 2018-01-14 13:15:03 +02:00
parent 38da7a416d
commit ed07d98882
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -41,7 +41,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
# Add BasicTeX to PATH
# See: https://tug.org/mactex/morepackages.html
PATH=$PATH:/usr/local/texlive/2016basic/bin/x86_64-darwin
PATH=$PATH:/usr/local/texlive/2017basic/bin/x86_64-darwin
PATH="/usr/local/opt/postgresql@9.5/bin:$PATH"
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then