Configure ssh directly instead of setting environment variable

This commit is contained in:
Alex Lavallee
2021-01-18 19:35:27 -08:00
parent 8dfabd35aa
commit 718aad1b00

View File

@@ -7,6 +7,10 @@ struct ShellConfigurationController {
var shellInstructions: [ShellConfigInstruction] {
[
ShellConfigInstruction(shell: "global",
shellConfigDirectory: "~/.ssh/",
shellConfigFilename: "config",
text: "Host *\n\tIdentityAgent \(socketPath)"),
ShellConfigInstruction(shell: "zsh",
shellConfigDirectory: "~/",
shellConfigFilename: ".zshrc",