From 9186e4ac727eb1fe185e670b21524fc19917a93f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 21 Oct 2025 12:56:52 +0100 Subject: [PATCH] fix(settings/terminal): ensure Cursor agent has a properly functioning shell environment --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 7a90a40..1372783 100644 --- a/settings.json +++ b/settings.json @@ -181,7 +181,7 @@ // "terminal.integrated.allowChords": false, "terminal.integrated.automationProfile.osx": { - "path": "/opt/homebrew/bin/zsh" + "path": "/bin/zsh" }, "terminal.integrated.defaultProfile.osx": "zsh", "terminal.integrated.macOptionIsMeta": true,