diff options
author | Camil Staps | 2023-02-17 09:29:47 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-17 09:29:47 +0100 |
commit | 8f8d087f14b2cc393d232b8446bbb833dafac471 (patch) | |
tree | a559d95848f229ebc05894ab1c8934fa6d39e1ea /system/.profile | |
parent | Remove one last remnant of old Clean installation (diff) |
Update TeXLive version to 2022 in manpages and infopages as well
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/.profile b/system/.profile index 002cadc..112c61a 100644 --- a/system/.profile +++ b/system/.profile @@ -22,9 +22,9 @@ export PATH="$HOME/bin.local:$PATH" export MANPATH="/usr/local/git/man:$MANPATH" export MANPATH="/usr/local/mysql/man:$MANPATH" export MANPATH="/usr/local/man:$MANPATH" -export MANPATH="/usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH" +export MANPATH="/usr/local/texlive/2022/texmf-dist/doc/man:$MANPATH" -export INFOPATH="/usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH" +export INFOPATH="/usr/local/texlive/2022/texmf-dist/doc/info:$INFOPATH" export SUDO_ASKPASS=~/bin/askpass export HISTTIMEFORMAT="%Y-%m-%d %T " |