MCPcopy Create free account
hub / github.com/WJX20/claude-code / resolveDefaultShell

Function resolveDefaultShell

src/utils/shell/resolveDefaultShell.ts:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 * PowerShell (would break existing Windows users with bash hooks).
11 */
12export function resolveDefaultShell(): 'bash' | 'powershell' {
13 return getInitialSettings().defaultShell ?? 'bash'
14}

Callers 1

processBashCommandFunction · 0.85

Calls 1

getInitialSettingsFunction · 0.85

Tested by

no test coverage detected