This commit is contained in:
Max Goedjen 2020-11-12 19:05:23 -08:00 committed by GitHub
parent f801853878
commit 096639e3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ struct ShellConfigurationController {
ShellConfigInstruction(shell: "fish",
shellConfigDirectory: "~/.config/fish",
shellConfigFilename: "config.fish",
text: "set -x SSH_AUTH_SOCK=\(socketPath)"),
text: "set -x SSH_AUTH_SOCK \(socketPath)"),
]
}