deleted by creator
Fish is by far my favorite shell at the moment. I find it does contextual autocompletion a lot better than any other shell I’ve tried.
Same, fish is my fav. Fish + starship is a really great combo for terms.
oh thanks for the heads up, I haven’t looked at starship yet :)
The bash scripts incompatibility used to be downside for me as well but I discovered bass and that problem disappeared.
indeed, a very short description for a bunch of shells. Could be more verbose…
As @mieum mentioned, FreeBSD does not ship with
zsh
by default. The user chooses their preferred shell when setting up:csh
,tcsh
, andsh
are the options.Also, there are several distinct versions of
ksh
. Adding which version (of each shell) you tried would be helpful as well.You may know Zsh as the default shell for FreeBSD
I thought on FreeBSD
tcsh
was default for root andsh
was default for other users. Also never realized anyone useddash
as a login shell :bdeleted by creator
I think the default shell is very distro dependent. Ubuntu-based distros typically use dash, Arch Linux uses bash, and Alpine Linux uses BusyBox’s compiled in ash shell.
I believe the original Almquist shell is used on FreeBSD. I know on Debian dash is the sh implementation (afterall it is Debian Almquist Shell), but the default login shell for the root user is bash apparently.
deleted by creator
Cool article, I would like a more in depth technical thing. But still liked it.
Removed by mod