Darren Schroeder
Darren Schroeder
I only use this env var on Windows and on Windows by default shell is pwsh. CARGO_TARGET_DIR is set the regular way you set env vars in Windows. I can't...
I can reproduce it on my mac too like this. In fish: ``` > echo $COLORTERM truecolor ``` start nushell ``` > $env.COLORTERM truecolor ``` now do this ``` >...
it's an env var that some *nix terminals need to support 24-bit color vs 8-bit.
similar to #6593 but different examples.
@maxim-uvarov in your example video, what happens if you do these two commands after you've typed some other commands? 1. open $nu.history-path 2. history Just a theory, but just because...
Just to be sure, what is the output of this command? ``` $env.config.history ``` > if I start a new session of nu, the older sessions would see all the...
I really have no idea what is going on here and why you're not getting a complete history.txt file. You'd think that if there were problems, errors would be thrown.
I was thinking that the history_menu may need to be changed like this ``` { name: history_menu only_buffer_difference: false marker: $"(char -u 1f50d) " type: { layout: list page_size: 10...
There should be a way to replace the buffer and not just add to it so you don't get things like `nunu --version` when you pick `nu --version` off the...
> Intuitively, I thought there might be a shortcut to replace rather than append; ... I'm up for a shortcut but it would need to be configurable. I've learned the...