Darren Schroeder
Darren Schroeder
thanks, always love closing issue. doesn't happen often enough, as you can tell from our issue list. 🤣
seems like an edge case where people would actually name files using ansi escapes. we talked about this when we decided to strip them for file move operations. maybe there...
I'm always open to a PR with a better solution.
No worries. I'm glad you're finding and fixing these. It was a real pain to make find highlight things.
@YizhePKU Correct me if I'm wrong but by "System Path" you mean the Path environment listed with this command, right? ```nushell registry query --hklm 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment' ``` If so, I...
The one thing that is maybe highlighted here for me is, if there are HKLM path entries that are not in the HKCU path, I think we should maybe show...
I do think we should follow their lead, I'm just not sure how to do all that exactly. I guess it's good news that pwsh is open-source but the last...
Number 6 says it searches the PATH env var, those come from the registry. However I agree that they're inherited and I agree that it uses CreateProcess and we supply...
> > What shows up in $env, which I still think should work like pwsh does. > > Actually, it already does! Take a look at `$env` from Nushell, and...
> Right so that comes back to how processes are launched. Currently there's a bunch of code where we try spawning then fallback to something else and if that doesn't...