diff --git a/stowers/zsh/dot-zshrc b/stowers/zsh/dot-zshrc index 6de8dcc..3898531 100644 --- a/stowers/zsh/dot-zshrc +++ b/stowers/zsh/dot-zshrc @@ -44,5 +44,8 @@ if [[ -f "${HOME}/.bash_completion" ]]; then source "${HOME}"/.bash_completion fi +# Editor +export EDITOR="nvim" + # Starship eval "$(starship init zsh)"