You are not logged in.
Hi there,
Not needed.
Last edited by jalilvons (2021-01-17 19:41:10)
Offline
Why didn't you export the variables in .zshenv? But anyway it would be better to do this system-wide, not on user level.
[haawda@frege ~]$ cat /etc/profile.d/texlive.sh
export MANPATH=/usr/local/texlive/2020/texmf-dist/doc/man:$MANPATH
export INFOPATH=/usr/local/texlive/2020/texmf-dist/doc/info:$INFOPATH
export PATH=/usr/local/texlive/2020/bin/x86_64-linux:$PATHBut I use bash, not sure about zsh.
Offline
On Arch, zsh also reads the *.sh files in /etc/profile.d during startup.
As Stefan said, .zshenv should work if you add export.
Offline