use explicit path for SUDO_EDITOR in case EDITOR not on secure_path

This commit is contained in:
Joel Beckmeyer
2026-03-23 09:37:09 -04:00
parent bead27b2d8
commit c8c0f56c95
+1 -1
View File
@@ -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