cm0002@europe.pub to Linux@programming.dev · 14 days agoFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comexternal-linkmessage-square21linkfedilinkarrow-up1132arrow-down12
arrow-up1130arrow-down1external-linkFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comcm0002@europe.pub to Linux@programming.dev · 14 days agomessage-square21linkfedilink
minus-squareBB_C@programming.devlinkfedilinkarrow-up4·14 days 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·14 days 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…