[2013-02-04 22:54] Chris Down <[email protected]> > > Something like this should work: > > SNOTES_EDITOR=${VISUAL:-$EDITOR}
Better:
SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}}
meillo
[2013-02-04 22:54] Chris Down <[email protected]> > > Something like this should work: > > SNOTES_EDITOR=${VISUAL:-$EDITOR}
Better:
SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}}
meillo