This commit is contained in:
Max Goedjen 2020-11-12 19:07:47 -08:00 committed by GitHub
parent f801853878
commit 08b5c7b13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)"),
]
}