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' } +