[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

Reply via email to