I have used bash, zsh, ksh, and now powershell. I am by no means an expert on UNIX shells. I could get all my work done on any one of these. My main shell is Zsh with some oh-my-zsh plugins because I’m lazy. What can you do in powershell that you can’t do in any other shell? Also, does the shell you use even matter? Sorry if this is a dumb question.

  • F04118F@feddit.nl
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 days ago

    This is the way! I also like using zsh with oh-my-zsh as an interactive shell, but I still write my scripts in Bash. They can run anywhere (and most scripts you’ll find online are also in Bash)

    • astrsk@fedia.io
      link
      fedilink
      arrow-up
      3
      ·
      9 days ago

      Yup, same. I prefer zsh and omz, but I write all my shell scripts in bash for portability and compatibility.