.env file comments preventing use of .env
I really want to like the local .env handling.
However the header inserted in the .env file as a "warning comment" is interfering with my usage.
If I regenerate the .env file from 1Password after loading my original, it inserts a "header".
```
# This file was generated by 1Password. Any manual edits will be lost.
# For more information, visit: https://developer.1password.com/docs/environments/local-env-file
```
if I try to use this file locally it immediately files to export the env vars:
[13:47:14] (base) ➜ xxx git:(development) export $(< .env)
export: not an identifier: 1Password.
If I remove the 2 header lines (I do not need to be warned) then it works perfectly.
