You can add options if what you use isn’t there. :)

  • @Mencoh
    link
    84 years ago

    I use Bash and I’m open to people explaining why a different shell would make a difference for me, unless it’s a matter of preference? For instance I’m not a huge Arch zealot, but by now I know all the pacman commands and I don’t see the point of switching.

    • Ephera
      link
      3
      edit-2
      4 years ago

      I would recommend installing fish and just launching it in your terminal (just run ‘fish’), to play around with it.

      Fish has a lot of convenience features set up / enabled by default, so you can get a good impression of what’s possible without too much trouble setting it up.

      You may prefer going with zsh + oh-my-zsh for the long-term, as fish’s syntax is only similar to bash, not entirely compatible with it (they actually try to improve on it), and zsh is striving for bash compatibility, it’s just more work to get it set up with all of the features.