cm0002@europe.pub to Linux@programming.dev · 13 hours agoFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comexternal-linkmessage-square16fedilinkarrow-up1100arrow-down12
arrow-up198arrow-down1external-linkFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comcm0002@europe.pub to Linux@programming.dev · 13 hours agomessage-square16fedilink
minus-squareBB_C@programming.devlinkfedilinkarrow-up2·6 hours ago (I guess zsh, dash and probably oil?) zsh doesn’t even share var eval syntax with bash (${(P)foo} vs. ${!foo})
minus-squareLaser@feddit.orglinkfedilinkarrow-up1·6 hours agoYeah, I wasn’t sure there, the question mark was supposed to apply to all shells…
zsh doesn’t even share var eval syntax with bash (
${(P)foo}vs.${!foo})Yeah, I wasn’t sure there, the question mark was supposed to apply to all shells…