On Mon, Feb 04, 2013 at 11:46:51PM +0800, Chris Down wrote:
> SNOTES_EDITOR=${VISUAL:+xterm -e $VISUAL}
> : "${SNOTES_EDITOR:=${EDITOR:-vim}}"
That would make the config do more than it is supposed to.
I agree that it makes sense to respect $VISUAL though.
I now changed the line to
SNOTES_EDITOR=${VISUAL:-xterm -e vi}
to meet that requirement.
Also, I'm still waiting for a notice on whether this now works
with dash. If so, I would like to push out a 1.0 release
because snotes does everything it's supposed to do at the moment.
I would like to see this listed on
http://tools.suckless.org .
How do I get a tarball pushed to dl.suckless.org/tools/?
v4hn
- application/pgp-signature attachment: stored
Received on Mon Feb 04 2013 - 20:57:29 CET