From 1e96ddca1750e4384c50f43a747820a7928059b9 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 18 Feb 2025 20:09:18 +0100 Subject: [PATCH] [zsh] make nvim default editor --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 87eb028..6917b63 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -14,3 +14,4 @@ if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then fi PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH +EDITOR=nvim