this post was submitted on 07 Sep 2026
127 points (100.0% liked)

Linux

15004 readers
150 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] uthredii@programming.dev 2 points 1 week ago* (last edited 1 week ago)

Doesn’t the shebang at the top of a bash script negate that compatibility issue anyway?

Yes. Fish is equal to ZSH when running scripts. But has more trouble if you are writing scripts you want other people to run (this is quite rare these days though, maybe just use a proper programming language if you want to write/share software).

Fish is worth trying out! I have used both fish and ZSH both for around a year. Fish is a better experience overall. You don't have to maintain a bunch of config files for the same level of features and it is generally faster.