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