Add TeX binaries

This commit is contained in:
Ivan Malison 2016-07-07 21:51:47 -07:00
parent 389b20f3c1
commit 846523e563
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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"