• @rizoid@lemmy.dbzer0.com
    link
    fedilink
    533 months ago

    Garuda is great. It did get me addicted to the fish shell though and I’ve since moved back to windows for work reasons and I hate everything now.

    • DumbAceDragon
      link
      fedilink
      English
      53 months ago

      Honestly, fish is the only thing I hate about Garuda. The variety of commands is good, but doing any kinda scripting in it physically hurts me. Wish they kinda just stuck with a more conventional shell like zsh.

        • @danA
          link
          2
          edit-2
          3 months ago

          still do the scripting in Bash for portability reasons,

          For what it’s worth, Debian and most of its derivatives use dash (a Linux port of ash) instead of bash for /bin/sh. It’s ~4x faster and uses much less RAM than Bash. Usually the only scripts that use Bash are scripts that aren’t POSIX compliant or that use Bash-specific features.

        • @flashgnash@lemm.ee
          link
          fedilink
          23 months ago

          I use fish, have never once written a fish script. Just write bash scripts and they tend to work fine, otherwise run em in bash

    • @governorkeagan@lemdro.id
      link
      fedilink
      English
      43 months ago

      Possibly a n00b question. What’s the benefit of fish over zsh or bash? Does it provide something extra?

      I’m using zsh at the moment.

      • lemmyreader
        link
        fedilink
        English
        73 months ago

        The auto suggestion from Fish shell is something I cannot live without anymore. Saves me so much time and avoiding typos. Not sure if zsh can do the same, maybe with a plugin ? If so, I’d like to hear about it. I use zsh for a few things, besides bash and fish to keep their history apart.

          • lemmyreader
            link
            fedilink
            English
            23 months ago

            Thanks. Got it installed, and works after reading the Debian README :

            Installation

            Add the following to your .zshrc:

            source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh

            then start a new terminal session.

            Tips

            1. To mimic fish’s auto-completion by pressing Ctrl+F
            bindkey '^F' autosuggest-accept
            
      • Fushuan [he/him]
        link
        fedilink
        English
        23 months ago

        Last time I checked it’s like zsh but preconfigured and dumbed down. Like the zsh4humans repo, but worse.