I want you to think about what terminal shell you use, if you haven’t changed it, it is most likely that you use Bash. While Bash is the one that most Linux distro’s use, there are may other shells that have their own unique features. For the purposes of testing, I used 5 different shells, and I am going to give a review of the Bash, Fish, Zsh, Dash, and Ksh Shells.
As @mieum mentioned, FreeBSD does not ship with zsh by default. The user chooses their preferred shell when setting up: csh, tcsh, and sh are the options.
Also, there are several distinct versions of ksh. Adding which version (of each shell) you tried would be helpful as well.
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.