fix: explicitely set 'SYSTEMD_EDITOR' env variable

This commit is contained in:
2026-04-01 14:02:27 +02:00
committed by hektor
parent 5ae3aa4e6c
commit 1586549896

View File

@@ -4,3 +4,4 @@
# Set NeoVim as default editor
export EDITOR=nvim
export SUDO_EDITOR="$EDITOR"
export SYSTEMD_EDITOR="$EDITOR"