From 36c594ee9e1064fd8e058393cecc79e3deccb4ec Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 1 Apr 2026 14:02:27 +0200 Subject: [PATCH] fix: explicitely set 'SYSTEMD_EDITOR' env variable --- dots/.bashrc.d/editor | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.bashrc.d/editor b/dots/.bashrc.d/editor index 2d274fc2..115cff8e 100644 --- a/dots/.bashrc.d/editor +++ b/dots/.bashrc.d/editor @@ -4,3 +4,4 @@ # Set NeoVim as default editor export EDITOR=nvim export SUDO_EDITOR="$EDITOR" +export SYSTEMD_EDITOR="$EDITOR"