Re: [dev] snotes v0.9 - a simple notes system

From: markus schnalke <meillo_AT_marmaro.de>
Date: Mon, 04 Feb 2013 16:09:04 +0100

[2013-02-04 22:54] Chris Down <chris_AT_chrisdown.name>
>
> Something like this should work:
>
> SNOTES_EDITOR=${VISUAL:-$EDITOR}

Better:

        SNOTES_EDITOR=${VISUAL:-${EDITOR:-vi}}


meillo
Received on Mon Feb 04 2013 - 16:09:04 CET

This archive was generated by hypermail 2.3.0 : Mon Feb 04 2013 - 16:12:04 CET