this post was submitted on 01 Aug 2025
30 points (82.6% liked)

Linux

8723 readers
448 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
top 14 comments
sorted by: hot top controversial new old
[–] Cris_Color@lemmy.world 5 points 18 hours ago

Love me some Fish 😊

[–] lemmyman210@sh.itjust.works 12 points 1 day ago (1 children)
[–] ObsidianZed@lemmy.world 3 points 17 hours ago (1 children)

That's what I currently use but I've tested fsh a little and was potentially looking to move. I just have to pull the trigger and see if I regret it or not.

[–] victorz@lemmy.world 3 points 1 hour ago

I went from bash to zsh to fish.

  1. I understood bash. Manual is good, searchable, understandable.
  2. I never understood zsh. Manual is split up in several different man pages, very annoying to find what you're looking for. I never ever understood what I was doing, config wise. Just blindly following convoluted how-to's.
  3. With fish, I finally understand every aspect of my shell again, and it's like 10x simpler than bash. Can be learned completely within 30 minutes or so.

Highly recommend the switch.

[–] chrash0@lemmy.world 7 points 1 day ago (3 children)

reject POSIX, embrace nushell

[–] victorz@lemmy.world 1 points 1 hour ago* (last edited 1 hour ago)

Fish isn't POSIX...

That said, I tried nushell a couple times and it's pretty cool. Just a big hurdle for right now.

[–] tatterdemalion@programming.dev 2 points 16 hours ago

Porque no los dos?

[–] LPThinker@lemmy.world 3 points 18 hours ago

Hell yeah nushell! Truly a life-changing upgrade.

[–] Olap@lemmy.world 2 points 20 hours ago (1 children)

Oh-my-bash. All of the upsides. None of the down

[–] victorz@lemmy.world 2 points 1 hour ago

Fish, so much simplicity you can keep the entire language in your head while scripting.

[–] hisao@ani.social 4 points 1 day ago (1 children)

Fish looks cool, but I decided to settle on ble.sh for compatibility reasons. This one deserves some attention too. For me the main motivation was history-based autocomplete.

[–] artiman@piefed.social 2 points 21 hours ago (2 children)

that's a command line editor tho fish is a shell?

[–] dgdft@lemmy.world 3 points 20 hours ago* (last edited 20 hours ago)

Blesh adds a lot of functionality that makes bash feel + act like a fancier neoshell, while keeping the same syntax. Also includes a pre-exec hook, which vanilla bash notably lacks.

Highly recommend.

[–] hisao@ani.social 1 points 19 hours ago

Yes, but "command line editor" is a confusing term. For me it's "get features of a fancy shell in pure bash".