Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
97e73f44dc345555008fba8c400dd860ee2cf084
/
.
/
plugins
/
latex.plugin.bash
blob: b8a4baa0953372b786530fe1b5fcdcff725069e3 [
file
] [
log
] [
blame
]
#!/bin/bash
# add mactex to the path if its present
MACTEX_PATH
=/
usr
/
local
/
texlive
/
2009
/
bin
/
universal
-
darwin
if
[[
-
d $MACTEX_PATH
]];
then
export PATH
=
$PATH
:
$MACTEX_PATH
fi