Gollum@feddit.de to Programmer Humor@programming.dev · 1 year agoD or d come oni.imgur.comimagemessage-square224fedilinkarrow-up11.45Karrow-down149
arrow-up11.41Karrow-down1imageD or d come oni.imgur.comGollum@feddit.de to Programmer Humor@programming.dev · 1 year agomessage-square224fedilink
minus-squareSh1nyM3t4l4ss@lemmy.worldlinkfedilinkarrow-up15·1 year agoI use fish which is quite nice OOTB, although if you want a posix compliant shell, zsh with some plugins is also great.
minus-squareayaya@lemdro.idlinkfedilinkEnglisharrow-up4·1 year agoIf you need to run a set of commands or a script with fish you can just toss them in a file and run bash file.sh. I have been daily driving fish for years and I don’t even have think about it.
I use fish which is quite nice OOTB, although if you want a posix compliant shell, zsh with some plugins is also great.
If you need to run a set of commands or a script with fish you can just toss them in a file and run
bash file.sh
. I have been daily driving fish for years and I don’t even have think about it.