From 846523e5634cb73f8c026a36ade2f3a3c44a09a4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 7 Jul 2016 21:51:47 -0700 Subject: [PATCH] Add TeX binaries --- dotfiles/lib/shellenv.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 0075a7be..1aab4229 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -77,6 +77,9 @@ function _setup_env { # rust add_to_path "$HOME/.cargo/bin" + # tex + is_osx && add_to_path "/Library/TeX/texbin/" + # Travis completion [ -f "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"