commit 12af4dea071ba3b6472989995aff35112eb9aaa4 parent 64f466728ba0df7e0ca1381279dc69ed34b2bbca Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Thu, 16 Jul 2015 10:36:47 +0200 add MacTeX paths Diffstat:
M | .bashrc | | | 1 | + |
M | .zshrc | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc @@ -184,4 +184,5 @@ source ~/.tmuxinator/tmuxinator.zsh if [[ "$HOSTNAME" == "flaptop" ]]; then #source ~/.xsh export PATH=~/miniconda3/bin:$PATH + export PATH=/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin:$PATH fi diff --git a/.zshrc b/.zshrc @@ -197,4 +197,5 @@ source ~/.tmuxinator/tmuxinator.zsh if [ $(echo $HOSTNAME | grep flaptop) ]; then #source ~/.xsh export PATH=~/miniconda3/bin:$PATH + export PATH=/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin:$PATH fi