From 1123be36631a147fe42719728a5e3cdc107688a7 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 12 Sep 2020 20:46:35 -0300 Subject: [PATCH] Define NeoVim as the default editor --- bash/editor.bash | 1 + 1 file changed, 1 insertion(+) create mode 100644 bash/editor.bash diff --git a/bash/editor.bash b/bash/editor.bash new file mode 100644 index 0000000..2f9c223 --- /dev/null +++ b/bash/editor.bash @@ -0,0 +1 @@ +export EDITOR=nvim