This commit is contained in:
Max Goedjen
2020-11-12 19:07:47 -08:00
committed by GitHub
parent f801853878
commit 08b5c7b13c

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