Explicitly set Neovim as the default editor

This commit is contained in:
Rekai Musuka 2020-07-10 09:30:19 -05:00
parent eb1f8d145b
commit b0b5fb16e7
1 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,6 @@ export RUSTUP_HOME=~/.config/rustup
# Re-enable reverse-i-search
bindkey '^R' history-incremental-search-backward
# Set Default Editor
export EDITOR="/usr/bin/nvim"