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"