refactor(nvim): nixify editor bash config

This commit is contained in:
2026-08-23 13:32:24 +02:00
parent db31984573
commit 4f77043e3b
4 changed files with 12 additions and 17 deletions
-7
View File
@@ -1,7 +0,0 @@
# shellcheck shell=bash
# vim: set ft=bash :
# Set NeoVim as default editor
export EDITOR=nvim
export SUDO_EDITOR="$EDITOR"
export SYSTEMD_EDITOR="$EDITOR"