From 158654989648b80ab37ce4a0c7ba13fa2bb8a5e2 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 2d274fc..115cff8 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"