# Nushell core team meeting 2025-03-05 ## Attendees - Jack - Darren - Michael - Douglas - Amtoine - Rose ## Agenda - [x] env commands + case sensitivity `export-env`, `hide-env`, `let-env`, `load-env`, `source-env`, `with-env` - [x] Linting (rel. [#15204](https://github.com/nushell/nushell/pull/15204)) - [ ] [Brainstormed List](https://hackmd.io/WzvPHUNVStyybY0MC3d9KA?both) of nushell organization roles. - [x] ## Discussed Topics ### Case insensitive - Should it be an OS level setting or one setting to rule them all? - Classic case: HTTP_PROXY vs http_proxy - Should maybe make all env commands call the same function that deals with env vars. - Non-deterministic `AFOO=bar afoo=baz ^env` on windows darren ran it twice. First time `afoo=bar` Second time `AFOO=baz` ### Linting It would be nice to have some clippy type lints and be able to allow or ignore them. ### Brainstorming Explained a bit what the list was all about. Douglas suggested a different term for role like SME