From 38d76d4d20c357b4bc9890001abe107fb5212b30 Mon Sep 17 00:00:00 2001 From: Belal Elsabbagh Date: Fri, 24 Jan 2025 20:11:51 +0200 Subject: [PATCH] added editor --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 4bdd576..2e707bc 100644 --- a/.zshrc +++ b/.zshrc @@ -56,3 +56,4 @@ alias c='clear' eval "$(fzf --zsh)" eval "$(zoxide init --cmd cd zsh)" +export EDITOR=nvim