Configure ssh directly instead of setting environment variable (#208)
This commit is contained in:
parent
af479408a4
commit
f30d1f802f
|
@ -8,6 +8,10 @@ struct ShellConfigurationController {
|
|||
|
||||
var shellInstructions: [ShellConfigInstruction] {
|
||||
[
|
||||
ShellConfigInstruction(shell: "global",
|
||||
shellConfigDirectory: "~/.ssh/",
|
||||
shellConfigFilename: "config",
|
||||
text: "Host *\n\tIdentityAgent \(socketPath)"),
|
||||
ShellConfigInstruction(shell: "zsh",
|
||||
shellConfigDirectory: "~/",
|
||||
shellConfigFilename: ".zshrc",
|
||||
|
|
Loading…
Reference in New Issue