Darren Schroeder
Darren Schroeder
> I'll take this. I'm interested in digging into nushell a little deeper. I just assigned it to you. Thanks for looking into this!
I believe in the `env_change` hook we have `$before` and `$after` as parameters. This is all handled in a special `eval_env_change_hook` function. The other hooks all run through the `eval_hook`...
very creative @melMass. nice work.
We have a release in 2 days. I'm not sure if we should land this before it or wait.
I was playing with this again. Can you walk me though how this works? Mistakenly I thought setting `$env.NO_COLOR = 1` would turn off color output, but it doesn't. So,...
I'm also wondering if it's possible to have a few tests to ensure once this is working the way we want it to, it stays working.
I'm just trying to understand what this new functionality does exactly. I thought I understood but I'm not having much success testing it. Maybe you can explain or give examples...
Maybe this is the problem?  If I set it in my parent shell, it also does nothing. 
@nibon7 do you have time to continue working on this?
> * "enabled": same as `use_ansi_coloring = true` > * "disabled": same as `use_ansi_coloring = false` > * "auto": completely use `supports-color` to detect whether the terminal supports color >...