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] {
|
var shellInstructions: [ShellConfigInstruction] {
|
||||||
[
|
[
|
||||||
|
ShellConfigInstruction(shell: "global",
|
||||||
|
shellConfigDirectory: "~/.ssh/",
|
||||||
|
shellConfigFilename: "config",
|
||||||
|
text: "Host *\n\tIdentityAgent \(socketPath)"),
|
||||||
ShellConfigInstruction(shell: "zsh",
|
ShellConfigInstruction(shell: "zsh",
|
||||||
shellConfigDirectory: "~/",
|
shellConfigDirectory: "~/",
|
||||||
shellConfigFilename: ".zshrc",
|
shellConfigFilename: ".zshrc",
|
||||||
|
|
Loading…
Reference in New Issue