cm0002@europe.pub to Linux@programming.dev · 9 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 · 9 days agomessage-square21linkfedilink
minus-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up4arrow-down1·9 days agoI tried fish recently, the fact that event designators are missing made me switch back to zsh. I can’t shell without !!
minus-squareLaser@feddit.orglinkfedilinkarrow-up3·8 days agoIt’s a choice I can live without, I see the appeal of !! but usually, history is informative only, if I want something reusable, I write a function.
I tried fish recently, the fact that event designators are missing made me switch back to zsh. I can’t shell without !!
It’s a choice I can live without, I see the appeal of
!!but usually, history is informative only, if I want something reusable, I write a function.