Linux distro experiment time! I'm currently using Linux Mint and am fairly happy with it. Regardless, I got a new SSD and want to put something different on my aging ThinkPad. Should it be:
Vanilla Debian
43.5%
Arch Linux
28.2%
Something else
28.2%
Poll ended at .
@arclight not weighing in because I'm a #FreeBSD user...
@packy C-shell gives me hives, but I did consider one of the BSDs because this is meant as an experiment, so no, you're totally not out of line weighing in :)
@arclight @packy you can install bash, or ksh, or zsh, or whatever on BSD...
@greppy @arclight
The default in
#FreeBSD is Bash. I haven't used csh in DECADES.
@packy @arclight @greppy the default shell in #FreeBSD is /bin/csh for root and /bin/sh for other users - bash is not in the base system.
@tykling @arclight @greppy Really? I seriously don't recall taking any steps to install bash or set it as my default shell: it was just there.

Even if my memory is faulty and I
did need to do something, the barrier to installing bash was so low it didn't even occur to me that I was doing something special.
@tykling @arclight @greppy Huh. You are correct: according to https://docs.freebsd.org/en/books/handbook/bsdinstall/ bash *isn't* in the default shells. But it's trivial to install the system, log in as root, run pkg install bash to install bash and then run chsh -s /usr/local/bin/bash to make it the default shell. (instructions for this can be found in https://docs.freebsd.org/en/books/handbook/basics/#shells )

Really, "I don't like the C-shell and its the default" should not be a barrier preventing someone from using
#FreeBSD. It is so trivial to replace csh as the default that it should never be part of someone's consideration when they're thinking about whether to use a unix-like operating system.
Chapter 2. Installing FreeBSD

Guide about how to install FreeBSD, the minimum hardware requirements and supported architectures, how to create the installation media, etc

FreeBSD Documentation Portal