We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1553027 commit ce411e0Copy full SHA for ce411e0
Sources/Swiftly/Init.swift
@@ -201,9 +201,11 @@ internal struct Init: SwiftlyCommand {
201
profileHome = confDir.appendingPathComponent("swiftly.fish", isDirectory: false)
202
} else {
203
let confDir = userHome.appendingPathComponent(
204
- ".config/fish/conf.d", isDirectory: true)
+ ".config/fish/conf.d", isDirectory: true
205
+ )
206
try FileManager.default.createDirectory(
- at: confDir, withIntermediateDirectories: true)
207
+ at: confDir, withIntermediateDirectories: true
208
209
210
}
211
0 commit comments