.zshrc: Update BasicTex path to 2017
This commit is contained in:
parent
38da7a416d
commit
ed07d98882
2
.zshrc
2
.zshrc
@ -41,7 +41,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
|
|
||||||
# Add BasicTeX to PATH
|
# Add BasicTeX to PATH
|
||||||
# See: https://tug.org/mactex/morepackages.html
|
# 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"
|
PATH="/usr/local/opt/postgresql@9.5/bin:$PATH"
|
||||||
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user