Configure ssh directly instead of setting environment variable (#208)

このコミットが含まれているのは:
Alex Lavallee
2021-03-06 15:21:33 -08:00
committed by GitHub
コミット 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",