this post was submitted on 13 Dec 2023
64 points (84.8% liked)
Linux
48035 readers
803 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You probably never used fish shell.
Yeah, and I suspect most reading the article haven't either, so the above guy's question stands - what's wrong with Bash in comparison to the others?
I don't use anything other than BASH, but I hear that ZSH has command tab-completion (not just directory tab-autocomplete) similar to PowerShell and also some other cool shit I'm not really bothered to check out since bash is the GOAT.
Bash has that too, but perhaps zsh comes with more commands pre-configured.. https://www.gnu.org/software/gnuastro/manual/html_node/Bash-TAB-completion-tutorial.html
The only thing I use in zsh which I think bash lacks is async writing to rprompt
Nothing wrong with it, it's just boring. Fish shell has some new features that make it nice to use. So does zsh. Tab completions, history navigation, plugins and such.
Why does something have to be wrong with Bash for Fish to be better?
I asked why others are better, I never called Bash shit.
It stands to reason that if people want to switch to something else, then they must have advantages over Bash.
The others have plenty of QoL features like auto-complete, spelling correction, syntax highlighting, etc.
Doesn't mean there's anything "wrong" with Bash by comparison.
https://fishshell.com/ should the author include that link in his article?