From 4736f730e0a839308fab98fde7b98cd5875a5d21 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 22 Oct 2024 12:37:25 -0400 Subject: [PATCH] link directly to the nvim binary --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 42c5957..db06973 100644 --- a/.zshrc +++ b/.zshrc @@ -98,9 +98,9 @@ export LANG=en_US.UTF-8 # Preferred editor for local and remote sessions if [[ -n $SSH_CONNECTION ]]; then - export EDITOR='nvim' + export EDITOR='/usr/bin/nvim' else - export EDITOR='nvim' + export EDITOR='/usr/bin/nvim' export BROWSER='zen-browser' fi