From 0eafade63e23941f088eaa280ed704c03730f3f7 Mon Sep 17 00:00:00 2001 From: Hans Goor Date: Sun, 22 Jun 2025 14:35:13 +0100 Subject: [PATCH] Set default editor. --- stowers/zsh/dot-zshrc | 3 +++ 1 file changed, 3 insertions(+) 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)"