latex
This commit is contained in:
5
.bashrc
5
.bashrc
@ -99,6 +99,11 @@ export HISTCONTROL=erasedups:ignoredups:ignorespace
|
||||
shopt -s histappend
|
||||
PROMPT_COMMAND='history -a'
|
||||
|
||||
# TeX Live 2025 paths
|
||||
export PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
|
||||
export MANPATH="/usr/local/texlive/2025/texmf-dist/doc/man:$MANPATH"
|
||||
export INFOPATH="/usr/local/texlive/2025/texmf-dist/doc/info:$INFOPATH"
|
||||
|
||||
#######################################################
|
||||
# Launch on boot
|
||||
#######################################################
|
||||
|
Reference in New Issue
Block a user