diff --git a/Secretive/Controllers/ShellConfigurationController.swift b/Secretive/Controllers/ShellConfigurationController.swift index 4162a60..75b0614 100644 --- a/Secretive/Controllers/ShellConfigurationController.swift +++ b/Secretive/Controllers/ShellConfigurationController.swift @@ -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)"), ] }