LinearArray to Programmer [email protected]English • 1 year agoMy wife was unimpressed by Vimprogramming.devimagemessage-square180fedilinkarrow-up1960
arrow-up1960imageMy wife was unimpressed by Vimprogramming.devLinearArray to Programmer [email protected]English • 1 year agomessage-square180fedilink
minus-square@[email protected]linkfedilink4•edit-21 year agoBased nano user From my .zshrc (typing this on mobile so cope if it’s wrong) case "$OSTYPE" in linux*) export EDITOR=nano ;; freebsd*) export EDITOR=ee ;;
minus-square@[email protected]linkfedilink3•edit-21 year agoThat would be too smart. Smells like kotlin’s when
minus-square@[email protected]linkfedilink2•1 year agoPut backticks around the entire case statement, and you can.
Based nano user
From my .zshrc (typing this on mobile so cope if it’s wrong)
deleted by creator
That would be too smart. Smells like kotlin’s when
Put backticks around the entire case statement, and you can.