Disappointing, I was waiting for SNOTES_EDITOR=${VISUAL:-${EDITOR:-acme}} ;-)
On 4 February 2013 23:09, markus schnalke <mei...@marmaro.de> wrote: > [2013-02-04 22:54] Chris Down <ch...@chrisdown.name> > > > > Something like this should work: > > > > SNOTES_EDITOR=${VISUAL:-$EDITOR} > > Better: > > SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}} > > > meillo > >