You are not logged in.

#1 2020-12-10 16:12:36

jalilvons
Member
Registered: 2020-02-08
Posts: 5

tex Manpath Infopath Path in ZSH

Hi there,

Not needed.

Last edited by jalilvons (2021-01-17 19:41:10)

Offline

#2 2020-12-12 19:59:00

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: tex Manpath Infopath Path in ZSH

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:$PATH

But I use bash, not sure about zsh.

Offline

#3 2020-12-12 20:14:10

tucuxi
Member
From: Switzerland
Registered: 2020-03-08
Posts: 291

Re: tex Manpath Infopath Path in ZSH

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

Board footer

Powered by FluxBB