LinearArray@programming.dev to Programmer Humor@programming.devEnglish · 10 months agoMy wife was unimpressed by Vimprogramming.devimagemessage-square182fedilinkarrow-up1955arrow-down119
arrow-up1936arrow-down1imageMy wife was unimpressed by Vimprogramming.devLinearArray@programming.dev to Programmer Humor@programming.devEnglish · 10 months agomessage-square182fedilink
minus-squarelil@lemy.lollinkfedilinkarrow-up2·10 months agoI guess shell languages can’t do this: export EDITOR=case "$OSTYPE" in linux*) nano ;; freebsd*) ee ;;
minus-squareSpaceNoodle@lemmy.worldlinkfedilinkarrow-up2·10 months agoPut backticks around the entire case statement, and you can.
minus-squareryannathanslinkfedilinkarrow-up3arrow-down1·edit-210 months agoThat would be too smart. Smells like kotlin’s when
I guess shell languages can’t do this:
export EDITOR=case "$OSTYPE" in linux*) nano ;; freebsd*) ee ;;
Put backticks around the entire case statement, and you can.
That would be too smart. Smells like kotlin’s when