• @btp
    link
    1815 days ago

    The best text editor is ‘$EDITOR’.

      • @[email protected]
        link
        fedilink
        615 days ago

        Not necessarily! I always run ln -s '/usr/bin/$EDITOR' $(which $EDITOR) after a fresh install, so I have a valid executable on the path called $EDITOR.

        Of course, then I have to make sure to add export EDITOR=\$EDITOR to my .bashrc. (Obviously.)

        • @sabin
          link
          114 days ago

          Well,.that’s one way to solve the problem of not expanding your editor var correctly…