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