The .env file is defining:
- _TAG_REDIR_IN
- _TAG_REDIR_ERR
- _TAG_REDIR_OUT
- _CEE_RUNOPTS
The .env file should not be defining any environment variables that is a user preference. It can update PATH etc because those are needed to run bash. It should not be make personal preferences for users.
I noticed this because switching from our current bash to this bash changed the behaviour of our scripts.