mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-19 22:12:26 +00:00
Fix test shell
This commit is contained in:
parent
3801510731
commit
168ee3c269
@ -7,24 +7,19 @@ struct ShellConfigurationController {
|
|||||||
|
|
||||||
var shellInstructions: [ShellConfigInstruction] {
|
var shellInstructions: [ShellConfigInstruction] {
|
||||||
[
|
[
|
||||||
ShellConfigInstruction(shell: "test",
|
ShellConfigInstruction(shell: "zsh",
|
||||||
shellConfigDirectory: "~/",
|
shellConfigDirectory: "~/",
|
||||||
shellConfigFilename: ".test",
|
shellConfigFilename: ".zshrc",
|
||||||
text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
||||||
|
ShellConfigInstruction(shell: "bash",
|
||||||
// ShellConfigInstruction(shell: "zsh",
|
shellConfigDirectory: "~/",
|
||||||
// shellConfigDirectory: "~/",
|
shellConfigFilename: ".bashrc",
|
||||||
// shellConfigFilename: ".zshrc",
|
text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
||||||
// text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
ShellConfigInstruction(shell: "fish",
|
||||||
ShellConfigInstruction(shell: "bash",
|
shellConfigDirectory: "~/.config/fish",
|
||||||
shellConfigDirectory: "~/",
|
shellConfigFilename: "config.fish",
|
||||||
shellConfigFilename: ".bashrc",
|
text: "set -x SSH_AUTH_SOCK=\(socketPath)"),
|
||||||
text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
]
|
||||||
ShellConfigInstruction(shell: "fish",
|
|
||||||
shellConfigDirectory: "~/.config/fish",
|
|
||||||
shellConfigFilename: "config.fish",
|
|
||||||
text: "set -x SSH_AUTH_SOCK=\(socketPath)"),
|
|
||||||
]
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user