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
 

Fish shell, a popular user-friendly command-line shell, has announced version 4.2, a new release that builds on the 4.0 series. Among the most visible improvements is an upgrade to history-based autosuggestions, which now properly handle multi-line commands.

Fish 4.2 also improves how prompts are managed: transient prompts that contain more lines than the final one are now cleared properly, preventing visual clutter on screen. Similarly, the shell now hides parts of a multi-line prompt that have scrolled out of view, eliminating duplicated lines after repainting.

you are viewing a single comment's thread
view the rest of the comments
[–] rarsamx@lemmy.ca 1 points 1 day ago

For me:

  • Better auto complete.
  • Better scripting language
  • Easier to create built in functions
  • Nicer prompt configuration

There may be some others but I find Bash clumsy (or maybe I'm just clumsy in bash) when I need to use it.