ミラー元
https://github.com/maxgoedjen/secretive.git
前回の同期 2026-03-25 10:37:23 +01:00
Configure ssh directly instead of setting environment variable (#208)
このコミットが含まれているのは:
@@ -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",
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする