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-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up4·2 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·2 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.