I am not sure why I ever disabled them, but this goes way back to the
very first commit. Since some packages rely on /etc/profile.d/ to add
their location to PATH I want /etc/zsh/zprofile to source these. On my
current Manjaro machine it contains just this line:
emulate sh -c 'source /etc/profile'
3 lines
97 B
Bash
3 lines
97 B
Bash
# Has to be exported for every pts again so we cannot put this in zprofile
|
|
export GPG_TTY="$TTY"
|