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: linux@lemmy.ml
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: linux@lemmy.ml
minus-squareLiveLM@lemmy.ziplinkfedilinkEnglisharrow-up3arrow-down1·1 month agoI thought you weren’t supposed to use Fish as your login shell directly since it isn’t fully POSIX compatible
minus-squaredarklamer@lemmy.dbzer0.comlinkfedilinkarrow-up4·1 month agoWhy would your login shell need to be fully POSIX compatible?
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…
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?
I thought you weren’t supposed to use Fish as your login shell directly since it isn’t fully POSIX compatible
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?