diff options
Diffstat (limited to 'install/install_mac.sh')
-rwxr-xr-x | install/install_mac.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/install_mac.sh b/install/install_mac.sh index b7be87f..37ec423 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -77,6 +77,7 @@ if [ $res -eq 1 ]; then ln -isf "$CWD/mac/Hyperterm/local" ~/.hyper_plugins/local ln -isf "$CWD/Common/vimrc" ~/.vimrc ln -isf "$CWD/Common/vim" ~/.vim + rm -r ~/Library/texmf/tex && ln -isf "$CWD/Common/tex" ~/Library/texmf/tex tput rc; tput ed fi |