You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, this is probably user error, but it told me to report this and I will.
I saw nsh was in brew and I'm always up for trying new shells (including nushell. So I brew install nsh, ran nsh from my usual zsh and then when I run ls, it lists files and then:
Note that my home laptop where I tried this is a fun melange of randomness. If nsh somehow sees my zsh configuration, I can see all sorts of issues possible. :)
According to the man page, tcsetpgrp(2) returns EINVAL if it's input value is invalid. I think you discovered a corner case in process management which nsh doesn't handle properly.
So, this is probably user error, but it told me to report this and I will.
I saw
nsh
was in brew and I'm always up for trying new shells (including nushell. So Ibrew install nsh
, rannsh
from my usualzsh
and then when I runls
, it lists files and then:I broke things! 😄
The text was updated successfully, but these errors were encountered: