My wife was unimpressed by Vim

LinearArray@programming.dev to Programmer Humor@programming.dev – 935 points –
174

You are viewing a single comment

I guess shell languages can't do this:

export EDITOR=case "$OSTYPE" in
  linux*)
    nano
  ;;
  freebsd*)
    ee
  ;;