I can’t get Mercurial (hg) to use pico as my EDITOR when I’m using fish shell.
I’ve tried using this and other variations, but nothing seems to help:
set -U EDITOR pico
hg commit will always open vi as the editor, and I do not want that.
UPDATE: Adding setenv EDITOR pico to the file ~/.config/fish/config.fish did what I wanted.