cm0002@programming.dev to Linux@programming.dev · 1 month agoWhat's involved in getting a "modern" terminal setup?jvns.caexternal-linkmessage-square23fedilinkarrow-up152arrow-down16cross-posted to: [email protected]
arrow-up146arrow-down1external-linkWhat's involved in getting a "modern" terminal setup?jvns.cacm0002@programming.dev to Linux@programming.dev · 1 month agomessage-square23fedilinkcross-posted to: [email protected]
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up4·1 month agoWhy would your login shell need to be fully POSIX compatible?
minus-squarexav@programming.devlinkfedilinkarrow-up2·1 month agoScripts who use #!/bin/sh are independent of your login shell.
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up2arrow-down1·1 month agoWhat does any of that have to do with your login shell?
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up1·1 month 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…
Why would your login shell need to be fully POSIX compatible?
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?
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…