Re: How to set external editor ?
Alexis Praga <[email protected]> Fri, 03 Sep 2021 22:47:22 +0200
| Newsgroups | gmane.comp.version-control.darcs.user |
|---|---|
| Message-ID | <[email protected]> |
"Karl O. Pinc" <[email protected]> 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