"Karl O. Pinc" <k...@karlpinc.com> writes:

> You probably need to set your environment variable
> and export it.  If you don't export a variable the
> variable is not available to spawned processes.

Dang, I've been bitten by the uncommon syntax of fish. You're right, I
needed to set it as an environmental variable:

> set -x EDITOR=/usr/local/bin/nvim
instead of 
> set EDITOR=/usr/local/bin/nvim

This works, though:
> EDITOR=/usr/local/bin/nvim darcs record

Sorry for the noise and thanks for the quick answer.


-- 
Alexis Praga
_______________________________________________
darcs-users mailing list
darcs-users@osuosl.org
https://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to