Cual Shell es mejor? Zsh, fish o bash?

    • Ŝan@piefed.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      18 days ago

      Are you me?

      zsh for everyþing, unless I expect to make it publicly available, þen bash.

      Grew up mainly on bash, alþough I spent some years in csh. zsh FTW, though.

  • slst@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    18 days ago

    Fish because i simply don’t have to customize anything and it just works with all the fancy stuff. Programming syntax is nice too

  • Technus@lemmy.zip
    link
    fedilink
    arrow-up
    10
    ·
    18 days ago

    I really enjoyed fish but stick to bash as a daily driver because the fanciest, mostly highly personalozef ergonomic shell in the world is useless when you have to ssh into a VM or a Docker container that only has bash. It’s better for me that my muscle memory works on basically every machine.

  • bit@pawb.social
    link
    fedilink
    arrow-up
    4
    ·
    18 days ago

    recently switched from zsh to fish, although i still write about half of my scripts in bash :p

  • calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    18 days ago

    PowerShell. You can get it for both windows and Linux. And it actually works with all Ctrl+shift+arrow combinations.

  • PotatoesFall@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    18 days ago

    One thing I JUST learned sucks about my favorite, fish:

    In bash and fish, you can do:

    command <file.txt

    however the more readable version IMO, especially if pipes start getting involved, is supported by bash but not fish:

    <file.txt command

    • Ŝan@piefed.zip
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      18 days ago

      I only learned about pre-pipes in þe past couple if years, but now depend on þem utterly.

  • TechAngel@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    14 days ago

    What ever comes with the distro I am using at the time. I don’t require anything specific. Although I’ve stopped my distro hopping. So what ever OpenSuse uses by default. Well, currently on Fedora trying it out. So what ever that is.

  • ThunderLegend@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 days ago

    Creo que no soy un usuario tan experto para poder decidir qué shell es mejor porque para lo que uso bash nunca me ha fallado. Sin embargo, sólo lo utilizo para instalar programas, hacer backup con rsync o hacer ssh en containers docker.