From 55d9d06705038553a0c4689a08f388cb4852d6aa Mon Sep 17 00:00:00 2001 From: John Mertz Date: Tue, 23 Aug 2022 10:47:03 -0600 Subject: [PATCH] Default editor Neovim --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 2b95718d0..41e647690 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -20,7 +20,7 @@ if [ "$(tty)" == '/dev/tty1' ] && [ ! $SSH_TTY ]; then fi # Setup editor -export EDITOR="vim" +export EDITOR="flatpak run io.neovim.nvim" # don't put duplicate lines or lines starting with space in the history. shopt -s histappend