cm0002@europe.pub to Linux@programming.dev · 3 days agoFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comexternal-linkmessage-square21fedilinkarrow-up1128
arrow-up1128external-linkFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comcm0002@europe.pub to Linux@programming.dev · 3 days agomessage-square21fedilink
minus-squareBB_C@programming.devlinkfedilinkarrow-up4·2 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·2 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…