🛹 localInstaller.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent 6e7b11c3ae
commit e1aec0fc98

View File

@@ -160,3 +160,4 @@ export function getShellType(): string {
if (shellPath.includes('fish')) return 'fish' if (shellPath.includes('fish')) return 'fish'
return 'unknown' return 'unknown'
} }