From b41d3f32891c0e7ecfe9f858ef961cc59ac7a0b7 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 31 May 2026 13:56:35 -0400 Subject: [PATCH] starship: Add install directory to PATH instead of shimming --- bucket/starship.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/starship.json b/bucket/starship.json index 968b70303a097..83d527bb74e17 100644 --- a/bucket/starship.json +++ b/bucket/starship.json @@ -24,7 +24,7 @@ "hash": "d5b3598cb1392be74508b5e5fe3583cbcad307e7788dad804c7bf2e9ab84b663" } }, - "bin": "starship.exe", + "env_add_path": ".", "checkver": { "github": "https://github.com/starship/starship" },