cm0002@piefed.world to Programmer Humor@programming.devEnglish · 13 days agoI_fucking_hate_them_nowimagemessage-square146linkfedilinkarrow-up1995arrow-down113
arrow-up1982arrow-down1imageI_fucking_hate_them_nowcm0002@piefed.world to Programmer Humor@programming.devEnglish · 13 days agomessage-square146linkfedilink
minus-squareSonotsugipaa@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·edit-212 days agoI use Zsh too, though at this point is becoming detrimental to my (already limited) Bash skills because of features like the ${^array}{1,2,3} syntax which I use in some scripts of mine, which in turn I wouldn’t dare try to translate to Bash.
I use Zsh too, though at this point is becoming detrimental to my (already limited) Bash skills because of features like the
${^array}{1,2,3}
syntax which I use in some scripts of mine, which in turn I wouldn’t dare try to translate to Bash.