add support for mactex if its present
This commit is contained in:
7
plugins/latex.plugin.bash
Normal file
7
plugins/latex.plugin.bash
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user