you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 years ago* (4 children)

Fish is a great shell, but whenever I SSH into another machine I end up having to do everything in Bash anyway. So the fact that Fish is so different often ends up being a detriment, because it means I have to remember how to do things in two different shells. It was easier to just standardize on Bash.

I might try daily driving it again when this release hits the stable repos, I dunno.

  • source
  • hideshow 4 child comments
  • [–] 5 points 2 years ago* (last edited 2 years ago)

    Same. That's why I stick with zsh, even though I know Fish has better features, and I would really like to learn fish. I log into many different VMs every day, they all use Bash, some also have zsh. None of them have Fish.

  • source
  • parent
  • [–] 1 point 2 years ago

    I only have to "quotes" strings that contains globs. The rest mostly work or use the newer/recommanded way to do things for posix shells.

    But I must admit, I only use it interactively. For scripts I #!/bin/{,ba}sh. I will use something else once it won some/most the distro preinstalls (either nu, elvish, fish, but for now it's sadly python).

  • source
  • parent