Default editor Neovim

This commit is contained in:
John Mertz 2022-08-23 10:47:03 -06:00
parent 0ddfa88ed9
commit 55d9d06705
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ "$(tty)" == '/dev/tty1' ] && [ ! $SSH_TTY ]; then
fi fi
# Setup editor # 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. # don't put duplicate lines or lines starting with space in the history.
shopt -s histappend shopt -s histappend