From c8c0f56c956e6d22392386653ac2896124313d13 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 23 Mar 2026 09:37:09 -0400 Subject: [PATCH] use explicit path for SUDO_EDITOR in case EDITOR not on secure_path --- dot_config/environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/environment b/dot_config/environment index b96b324..817f171 100644 --- a/dot_config/environment +++ b/dot_config/environment @@ -19,7 +19,7 @@ export SVDIR="$XDG_STATE_HOME"/service # editor export EDITOR=nvim -export SUDO_EDITOR=nvim +export SUDO_EDITOR="$(which $EDITOR)" export PAGER=less # sway