mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-08-03 16:28:59 +02:00
Fix test shell
This commit is contained in:
@@ -7,15 +7,10 @@ struct ShellConfigurationController {
|
||||
|
||||
var shellInstructions: [ShellConfigInstruction] {
|
||||
[
|
||||
ShellConfigInstruction(shell: "test",
|
||||
ShellConfigInstruction(shell: "zsh",
|
||||
shellConfigDirectory: "~/",
|
||||
shellConfigFilename: ".test",
|
||||
shellConfigFilename: ".zshrc",
|
||||
text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
||||
|
||||
// ShellConfigInstruction(shell: "zsh",
|
||||
// shellConfigDirectory: "~/",
|
||||
// shellConfigFilename: ".zshrc",
|
||||
// text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
||||
ShellConfigInstruction(shell: "bash",
|
||||
shellConfigDirectory: "~/",
|
||||
shellConfigFilename: ".bashrc",
|
||||
|
||||
Reference in New Issue
Block a user