diff --git a/zsh/zprofile b/zsh/zprofile index 00cca3a..346d97c 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -15,8 +15,8 @@ done PATH="${PATH#:}" export PATH -export EDITOR="vim" -export VISUAL="vim" +export EDITOR="nvim" +export VISUAL="nvim" export BROWSER="firefox" export PAGER="less"