• @lelgenio@lemmy.ml
    link
    fedilink
    48 months ago

    chsh does not modify /bin/sh

    Maybe you’re thinking of a certain video from a certain YouTuber who linked /bin/sh to fish?

    • boredsquirrel
      link
      fedilink
      -18 months ago

      Haha no didnt think of that? Hm, I dont know why it would be an issue then. POSIX compliant shells should be no problem, but I wouldnt do it for fish

      • @billgamesh@lemmy.ml
        link
        fedilink
        28 months ago

        It will never matter what your login shell, unless you have bash specific scripts in your login. chsh -s /bin/fish $(whoami) is fine.