diff options
author | Camil Staps | 2023-02-16 22:16:25 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-16 22:16:25 +0100 |
commit | 613c65f6198f11047a0bf5bfb24cc209abce7a5c (patch) | |
tree | cd69b5f1b5ee6bf6ee2f73564a7ae6b8bb05bfbd /system/.profile | |
parent | Minor improvements to kbdlayout (diff) |
Update to texlive 2022
Diffstat (limited to 'system/.profile')
-rw-r--r-- | system/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/.profile b/system/.profile index 1b328de..002cadc 100644 --- a/system/.profile +++ b/system/.profile @@ -1,4 +1,4 @@ -export PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH" +export PATH="/usr/local/texlive/2022/bin/x86_64-linux:$PATH" export PATH="/sbin:$PATH" export PATH="/usr/sbin:$PATH" export PATH="/usr/local/sbin:$PATH" |