From e1aec0fc9815f5554e75fea9c372926be26b9d2f Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:20 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=9B=B9=20localInstaller.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/localInstaller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/localInstaller.ts b/src/utils/localInstaller.ts index 2532076..91de167 100644 --- a/src/utils/localInstaller.ts +++ b/src/utils/localInstaller.ts @@ -160,3 +160,4 @@ export function getShellType(): string { if (shellPath.includes('fish')) return 'fish' return 'unknown' } +