cm0002@europe.pub to Linux@programming.dev · 2 days agoFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comexternal-linkmessage-square21linkfedilinkarrow-up1127
arrow-up1127external-linkFish Shell 4.6 Brings Better Emoji Handling, Bash Compatibilitylinuxiac.comcm0002@europe.pub to Linux@programming.dev · 2 days agomessage-square21linkfedilink
minus-squareJamonBear@sh.itjust.workslinkfedilinkarrow-up3·1 day 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·1 day 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.