nsh is in alpha stage: there are many missing features which Bash provides, there are kludges in source code, and there must be bugs.
To set nsh as default shell echo $(which nsh) >> /etc/shells
, and use chsh
to change it. Do it at your own risk.
Pinned Comments
timescam commented on 2021-11-02 08:32 (UTC) (edited on 2021-11-02 08:33 (UTC) by timescam)
nsh is in alpha stage: there are many missing features which Bash provides, there are kludges in source code, and there must be bugs.
To set nsh as default shell
echo $(which nsh) >> /etc/shells
, and usechsh
to change it. Do it at your own risk.