this post was submitted on 10 Nov 2025
146 points (99.3% liked)
Linux
10098 readers
647 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There is functionally no benefit to using bash and there hasn't been for over a decade. Even macOS transitioned to the default shell being zsh. In terms of user friendliness, fish outcompetes zsh and bash handily. The only other shell I've heard 'beats' fish is nushell. But I'll never go back to zsh or bash. Needing to drop into bash to run a script can always be done if you need it, but your scripts will be easier to read in fish.
Do you know if either of those can be set up to use the "standard OS" keyboard shortcuts? As in: Ctrl+Backspace to delete a word, Ctrl+Shift+Arrow to select a whole word, etc.?