From 25845fce1beb28e783e7f9495a0fadf19e26bee6 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Thu, 3 Oct 2024 17:49:30 -0500 Subject: fix(zsh): set neovim as default editor --- dot_zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dot_zprofile') diff --git a/dot_zprofile b/dot_zprofile index 9bcc2a2..8ce7130 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -1,3 +1,6 @@ +# Neovim as editor +export EDITOR="nvim ." + # "bat" as manpager export MANPAGER="sh -c 'col -bx | bat -l man -p'" -- cgit v1.2.3