forked from colonelpanic/dotfiles
Add TeX binaries
This commit is contained in:
parent
389b20f3c1
commit
846523e563
@ -77,6 +77,9 @@ function _setup_env {
|
|||||||
# rust
|
# rust
|
||||||
add_to_path "$HOME/.cargo/bin"
|
add_to_path "$HOME/.cargo/bin"
|
||||||
|
|
||||||
|
# tex
|
||||||
|
is_osx && add_to_path "/Library/TeX/texbin/"
|
||||||
|
|
||||||
# Travis completion
|
# Travis completion
|
||||||
[ -f "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"
|
[ -f "$HOME/.travis/travis.sh" ] && source "$HOME/.travis/travis.sh"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user