From f24c306257e144840d64063b9f335d038596179e Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 10 Jul 2025 23:03:42 +0200 Subject: [PATCH] ZSH Config: add editor to profile --- Configs/ZSHShell/.zprofile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configs/ZSHShell/.zprofile b/Configs/ZSHShell/.zprofile index f5684fe..21b58f6 100644 --- a/Configs/ZSHShell/.zprofile +++ b/Configs/ZSHShell/.zprofile @@ -1,3 +1,8 @@ +################################ +#------ Terminal Editor -------# +export EDITOR=/usr/bin/nvim +################################ + ################################ #---------- Go-Lang -----------# export GOPATH=$HOME/.go