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.

  • zero@lemm.ee
    cake
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    I use Linux for work and I’m pretty much fully in bash. What’s the benefit of changing to a different shell? Will all my scripts still work?

      • curioushom@lemmy.one
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        That’s right. zsh is POSIX compliant while fish is not. That’s the reason I switched to zsh from fish.

      • Andy@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        Bash code is not safe to run as if it were Zsh, and Zsh has language features Bash doesn’t. They are different languages.