From 1d3d68926baa2b4a5793d6d65582a3efc8040627 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Wed, 29 Nov 2023 14:52:06 +0100 Subject: [PATCH] qemush : fallback sur la variable EDITOR --- bin/qemush | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/qemush b/bin/qemush index 754eee4..5b13770 100755 --- a/bin/qemush +++ b/bin/qemush @@ -18,6 +18,7 @@ bin=bin images=images PATH="./${bin}:${PATH}" +EDITOR="${EDITOR:-nvim}" alias ls='ls --color=auto' shopt -s expand_aliases