cm0002@programming.dev to Linux@programming.dev · 2 months agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square23linkfedilinkarrow-up152arrow-down16cross-posted to: linux@lemmy.ml
arrow-up146arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.cacm0002@programming.dev to Linux@programming.dev · 2 months agomessage-square23linkfedilinkcross-posted to: linux@lemmy.ml
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up4·2 months agoWhy would your login shell need to be fully POSIX compatible?
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up1·2 months agoThey warn about it on their home page, so I assumed using it could bust your system. My bad. I think they also had harsher wording about this in the past but I might be misremembering…
minus-squarexav@programming.devlinkfedilinkarrow-up2·2 months agoScripts who use #!/bin/sh are independent of your login shell.
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up2arrow-down1·2 months agoWhat does any of that have to do with your login shell?
Why would your login shell need to be fully POSIX compatible?
They warn about it on their home page, so I assumed using it could bust your system. My bad.
I think they also had harsher wording about this in the past but I might be misremembering…
deleted by creator
Scripts who use
#!/bin/sh
are independent of your login shell.What does any of that have to do with your login shell?