Hacker News new | ask | show | jobs
by ctenb 981 days ago
There is a learning curve and the standard library is not fully mature. Learning/reference resources are also not on par with bash, obviously.

> new pane doesn't have the old pane's command history

Sounds like a setup issue. You have to configure this manually for bash as well as nushell.

1 comments

I also have the problem in bash, as the history is not written until the shell exits (having it write history command-for-command results in interleaving history with commands from other sessions, which doesn't work well for me).

But in bash, backgrounding works, so it's not an issue.