Skip to main content


This #Linux, #Unix, #macOS, #FreeBSD shell feature comparison table shows that ZSH and FISH have the most features. Why aren't you using ZSH or FISH yet?
This #Linux, #Unix, #macOS, #FreeBSD shell feature comparison table shows that ZSH and FISH have the most features. Why aren't you using ZSH or FISH yet? Credit https://www.instagram.com/dan_nanni
Because I am too lazy to port my bash dotfiles over.
Oh my #zsh πŸ’š
Lazyness is the mother of all progress.
#zsh
that comes just at the right time. I was thinking about switching to fish, but without associative arrays and subshells it’s not for me.
Because I'm fairly fluent in Bash at this point (at least the subset of features that I use), and for anything Bash can't do Python is far more portable?
Apple forced me into it and I’m okay with that πŸ€“
don't we need Bourne compatibility to use BASH? what am i missing here?

Because it is not the standard across the zillion of servers i manage.

It is a good alternative if you work mainly in one host or in a few.

For more than 7years I haven't used anything but zsh thanks to Obarun for introducing me to it by making it default.

@nixCraft

mostly because I don't care...?
I'm using the default most of the time and I don't bother changing it. (bash, oksh)
If you are using a Prompt and you need floating point support, you are doing something no right :ablobcatcoffee:
As a sysadmin, I had been interacting with all sorts of systems and bash/sh are a must. So there is no reason for me to put any effort into migrating.
if find source guardian shell scripts for both bash and zsh exceptionally hard (SO answers do not work) so Iist come around with helper arguments so I can test with BATS xor run my scripts
that's a really cool chart. The only reason I haven't moved from bash is sheer inertia. I keep meaning to...
Because I need compatibility and not features.

wait, no subshells in fish?

fish people, do you ever miss it / feel the need for it?

Because features aren't equal. bourne shell and subshell compatibility are essential, many autocorrections are actually a bug rather than a feature and still other rows in your graphic leave me with "meh" as their importance.
https://github.com/akinomyoga/ble.sh bash is new zsh, all hail bash!
Because I honestly actively don't WANT the features that bash doesn't have, but zsh does.
zsh isn't bourne shell compatible?
This entry was edited (6 months ago)
because they are not Bourne?
Not all "command name completion" is created equal... After using fish and powershell on my work computer and getting used to a >50% hit rate when just typing five letters and pressing ➑️, bash starts to feel a bit clumsy. Would be interesting to see a powershell column in here, tooβ€”as much as we hate MS, it *is* open source and cross platform.
Another interesting one I saw a video on once was xonsh. Basically a cross of bash and python that somehow works.
because they aren’t korn shell compatible. Yes, I’m that old
Work: bash
Private: zsh

I tried out fish and rejected it. For scripts, note line 1 of the table. For interactive sessions, what i remember offhand:

a) tab completion on options wipes out half the screen when invoked. Hey I was *using* my history before fish got in the way. It weighs against the nice benefit of extracting argument hints from the man pages.

b) tab completion defaults to files instead of options.

c) the colour coding mechanism might have potential, but DEFAULTS MATTER. Dark blue on black???

without that chart, because i have not tested. with that chart, because it doesn't make sense. fish doesn't support subshells (which i use), both are not bourne compatible. zsh may be an option due to syntax highlighting but i even find myself using oksh recently because it is way more responsive than bash.

Switched to fish some year ago, just out of curiosity, and love it.
Using it with some fisher plug-ins and pimped with https://github.com/IlanCosman/tide

Scripts are mostly still in bash/sh
But nobody needs posix to CD somewhere, sort through stuff or piping some commands.
#fishshell #fisher #tide

This entry was edited (6 months ago)
I am using zsh. I use it with oh my zsh to get custom themes.
I’m still using ksh93.
For the same reason I use a Mac and not Windows.
More β€œfeatures” (bloatware) does not mean better experience.
I will not use zsh or fish because neither of them is Bourne shell compatible. I'm afraid that is a deal-breaker for me: I learned shell programming at AT&T in 1985, and csh derived shells are just wrong.

I use Zsh, for its simplicity, diverse plugin ecosystem and bash compatibility.

I don’t use any frameworks like ohmyzsh or zap whereas I have configured it to a point where my profile is my own framework which is perfectly fine for my usage.

With that said I really wish bash has features similar to Zsh and I could switch back to bash at one point in future.

This entry was edited (6 months ago)

1. Litteracy among coworkers: most of the group knows some level of bash, so that settles it for scripts.

2. Right tool for the job: the moment I need syntax highlighting or floats, is the moment I will need to shift to a more advanced env anyway, so the extra features of zsh and fish aren't that attractive. bash's native regex support is probably as far as I'll go before switch to Perl/Python/etc.
But that is obviously dependent on one's typical usecase.

It already came with Bash lol

does sh respond to the 'history' command?

(As it does in, say, tcsh in FreeBSD.)

"Never change a running system" πŸ€ͺ honestly never had the need for the things that Zsh can do on top of Bash, so no need to switch
features are for the weak-willed
⇧