diff --git a/zsh/zprofile b/zsh/zprofile index d272716..4cd4cee 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -16,7 +16,7 @@ done PATH="${PATH#:}" export PATH -export EDITOR="vim" +export EDITOR="nvim" export VISUAL="vim" export BROWSER="firefox"