From b0b5fb16e7748edc6a223c34f938cc7e27434d8c Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 10 Jul 2020 09:30:19 -0500 Subject: [PATCH] Explicitly set Neovim as the default editor --- paoda.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paoda.zsh b/paoda.zsh index daf88cc..15f39b5 100644 --- a/paoda.zsh +++ b/paoda.zsh @@ -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"