Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
12
export
function
resolveDefaultShell():
'bash'
|
'powershell'
{
13
return
getInitialSettings().defaultShell ??
'bash'
14
}
Callers
1
processBashCommand
Function · 0.85
Calls
1
getInitialSettings
Function · 0.85
Tested by
no test coverage detected