Fish should be default in mint. Makes linux so much better.
Linux
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
Who is using fish for scripting, and why?
defining functions, usually one-liner scripts, is a really nice alternative to aliases.
It has a more consistent and simpler syntax than bash. I use it all the time
I don't script so not me, but I've heard a lot of people really like it for scripting, since the language is more thoughtfully designed around that usecase. You give up some portability and ability to run them anywhere, but if you're making them just for yourself my impression is that fish can be a great choice for scripting in
Plus, like the other reply said, if you're already using fish (like me :) you may choose to script in fish since thats your chosen shell
I use nushell, and it's so much nicer for scripting than bash, feels more like a regular programming language
Yup, that's a great summary.
I just wanted to add that the reason it's good, specifically better than bash, is that daring to create something that drops compatibility after I don't know how many decades allows to actually apply the lessons from an this time. The lack of portability is basically the reason it can be better, but also obviously a bummer.
Probably those who use fish? Why should they use and learn two shells?