We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a7e05 commit 127fc8cCopy full SHA for 127fc8c
1 file changed
Core/Sources/Preferences/UserDefaults.swift
@@ -11,10 +11,7 @@ public extension UserDefaults {
11
shared.setupDefaultValue(for: \.suggestionPresentationMode)
12
shared.setupDefaultValue(for: \.widgetColorScheme)
13
shared.setupDefaultValue(for: \.customCommands)
14
- let runNodeWith: NodeRunner = shared.value(for: \.runNodeWithInteractiveLoggedInShell)
15
- ? .bash
16
- : .env
17
- shared.setupDefaultValue(for: \.runNodeWith, defaultValue: runNodeWith)
+ shared.setupDefaultValue(for: \.runNodeWith, defaultValue: .env)
18
}
19
20
0 commit comments