Darren Schroeder
Darren Schroeder
Sounds interesting but what exactly are you proposing? I guess I'd like to see how nushell would do something like your diagram since nushell doesn't have all those files or...
I thought that's how it worked today if you have nushell set as your login shell
> Just to reiterate, if we instead source login.nu before, people can still override stuff later since they could set an env-var in login.nu and use that to customize their...
Are you saying our built in `watch` command doesn't work for you? ``` > help watch Watch for file changes and execute Nu code when they happen. Search terms: watcher,...
I couldn't tell from your original post if you knew about our built-in. Thanks for explaining it.
I'd be ok with nushell's ranges working the same way as rust's ranges. Not sure how others feel.
The coloring of the `ls` command is based on the `LS_COLORS` environment variable. If nushell does not find a `LS_COLORS` env var then it uses the default which is what...
I like the output. I think it looks cool! Good job. Let's see what others think.
I kind of like the `...` because it shows which examples are not testable. i.e. they have `result: None` in the example definition. I fixed one of those today already....
yay, this landed!!! so excited to play with it. great job @amtoine!! and thanks @sholderbach for helping!