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.

  • boyi@lemmy.sdf.org
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    11 months ago

    meaning most shell scripts won’t work

    What do you even mean? I run my bash script on Fish shell. No problem. Just need indicate the shebang at the top of the shell script.

    unless you want to run zsh/bash commands in cli mode - that’s a different story.