[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
[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