From cdf3619ec4bc8b7a42e838af060658a20a4adf4b Mon Sep 17 00:00:00 2001 From: oliverhnat Date: Tue, 23 Sep 2025 16:27:17 +0800 Subject: [PATCH] feat(zshrc): add default editor --- omz-custom/.zshrc.copy | 1 + 1 file changed, 1 insertion(+) diff --git a/omz-custom/.zshrc.copy b/omz-custom/.zshrc.copy index e777df5..83168d5 100644 --- a/omz-custom/.zshrc.copy +++ b/omz-custom/.zshrc.copy @@ -14,6 +14,7 @@ prompt pure export PATH=$HOME/bin:/usr/local/bin:/opt/homebrew/bin:$PATH export PATH=$(go env GOPATH)/bin:$PATH export PATH=/User/oliverhnat/.local/bin/claude:$PATH +export EDITOR="/opt/homebrew/bin/nvim" # Path to your oh-my-zsh installation.