Add MANPATH and INFOPATH for LaTeX
This commit is contained in:
parent
594dc56504
commit
d615a76544
1 changed files with 2 additions and 0 deletions
2
wsl.sh
2
wsl.sh
|
@ -129,6 +129,8 @@ then
|
|||
cd ..
|
||||
rm -rf install-tl-*
|
||||
fish -c "fish_add_path /usr/local/texlive/*/bin/x86_64-linux"
|
||||
fish -c "set -Ua MANPATH /usr/local/texlive/*/texmf-dist/doc/man"
|
||||
fish -c "set -Ua INFOPATH /usr/local/texlive/*/texmf-dist/doc/info"
|
||||
|
||||
# === Sign commits ==
|
||||
git config --global commit.gpgsign true
|
||||
|
|
Loading…
Reference in a new issue