From dfd2d2c5e646aae29ac03728ac0580d3039a6778 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sun, 9 Apr 2023 11:05:35 +0200 Subject: [PATCH] Set nvim as default editor --- linux/.profile.d/editor.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux/.profile.d/editor.sh diff --git a/linux/.profile.d/editor.sh b/linux/.profile.d/editor.sh new file mode 100644 index 0000000..5907453 --- /dev/null +++ b/linux/.profile.d/editor.sh @@ -0,0 +1 @@ +export EDITOR=`which nvim`