From 294c06ee847ac2ab5ae33aceb16e5a8e721565ed Mon Sep 17 00:00:00 2001 From: doryan Date: Sun, 16 Feb 2025 18:41:04 +0400 Subject: [PATCH] feat(yazi): add EDITOR variable to change default editor in yazi --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 9b69066..4eb58f8 100644 --- a/.zshrc +++ b/.zshrc @@ -97,3 +97,4 @@ HISTFILE=~/.zsh_history # Created by `pipx` on 2024-10-24 13:49:13 export PATH="$PATH:/home/doryan/.local/bin" +export EDITOR=nvim