zsh or fish for an intermediate Linux user?

zaphodb2002@sh.itjust.works to Linux@lemmy.ml – 46 points –

So I've been using Linux now for a while, and am looking to migrate my dev environment to vim and spend more time in the command line. I'm fairly comfortable with bash but by no means an expert. I've used zsh with some minor customization but just recently learned about fish. I'd love to hear people's opinions.

66

You are viewing a single comment

Also look into the fzf plugin for fish. It’s the other plugin I use.

Fzf doesn't need fish, though. I use it with bash.

Sure, fzf is fzf. This is a plugin for fish that integrates fzf with fish.

@Thaurin @zitronen what does it do in addition? For me fzf already replaces some of the keybinds to do history search, directory search, etc. What else is available on the plugin?