Jörg Thalheim 55819e6c86
Revert "zsh: don't clobber the environment of non-login shells"
This reverts commit 6a756af3e7a50c22a45f7d958657527ac47d2902.

Currently zshenv by default only set fpath and HELPDIR without exporting them.
A parent shell would also not set those variables usually as they are shell local.

It also sources a file called set-environment but this is protected by an
environment variable called __NIXOS_SET_ENVIRONMENT_DONE. Hence any modification
done by the parent shell should persist as long as __NIXOS_SET_ENVIRONMENT_DONE
is not unset.

This behavior deviates from what we do in bashrc and breaks common setups such
as tmux/mosh or screen.

Fixes #80437
2020-02-18 15:52:21 +00:00
..
2019-12-31 10:20:07 +02:00
2020-01-01 14:53:15 -05:00
2020-01-10 02:00:08 +01:00
2020-01-16 18:09:35 +01:00
2019-12-10 22:41:25 -05:00
2020-01-03 15:24:32 +00:00
2020-01-17 21:28:54 +00:00