set default editor

This commit is contained in:
2025-02-12 16:51:02 +01:00
parent 4c3d51ff83
commit d6c3cd6387

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 ;}