Seiya Nuta
Seiya Nuta
Good catch and thanks for detailed explanation! I'll work on it when I have time :)
Fantastic! Thank you for publishing into nsh. Could you update README.md to mention the installation commands? I'd like you to leave your contribution in the commit log :)
Thank you for reporting the bug. It seems nsh crashes in `UserInput::remove_until_word_start()`. I'll fix it when I have time. ``` panicked at 'byte index 18446744073709551615 is out of bounds of...
Good catch! I'll have look at it later :)
According to [the man page](https://linux.die.net/man/3/tcsetpgrp), `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.
Hi, > 1. where can i find the default nshrc? its not in home. Similar to `.bashrc`, you need to create `.nshrc` yourself. > 2. how can i use starship.rs...
@Surendrajat Yes nsh loads `$XDG_CONFIG_HOME/nsh/nshrc` if it exists.
Added that fancy feature to the backlog of this project. Thanks!
Still no progress. Sadly I don't have much time to work on nsh right now :crying: On Fri, Aug 5, 2022 at 1:47 PM fuggy ***@***.***> wrote: > Any update...
Nice catch! I enjoyed this list of bugs. Will fix it.