From aec2a1b4c1d132d0785fc079e1fbb6063a49c8a9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 20 Jan 2017 11:51:00 +0200 Subject: [PATCH] .zshrc: Update to TeX 2016 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b8f869d..d809f3d 100644 --- a/.zshrc +++ b/.zshrc @@ -45,7 +45,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then # If BasicTeX installation exists, add it to PATH # See: https://tug.org/mactex/morepackages.html - [[ -d /usr/local/texlive/2015basic/bin/x86_64-darwin ]] && PATH=$PATH:/usr/local/texlive/2015basic/bin/x86_64-darwin + [[ -d /usr/local/texlive/2016basic/bin/x86_64-darwin ]] && PATH=$PATH:/usr/local/texlive/2016basic/bin/x86_64-darwin elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then # noop