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"