set default editor

This commit is contained in:
Malin Freeborn 2025-02-12 16:51:02 +01:00
parent 4c3d51ff83
commit d6c3cd6387
Signed by: andonome
GPG Key ID: 52295D2377F4D70F

View File

@ -1,5 +1,5 @@
MAKEFLAGS += -j
EDITOR ?= vi
FZF != command -v sk || command -v fzy || command -v fzf || \
{ echo install a fuzzy finder && exit 1 ;}