mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-19 05:52:12 +00:00
Fix test shell
This commit is contained in:
parent
3801510731
commit
168ee3c269
@ -7,15 +7,10 @@ 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: "zsh",
|
|
||||||
// shellConfigDirectory: "~/",
|
|
||||||
// shellConfigFilename: ".zshrc",
|
|
||||||
// text: "export SSH_AUTH_SOCK=\(socketPath)"),
|
|
||||||
ShellConfigInstruction(shell: "bash",
|
ShellConfigInstruction(shell: "bash",
|
||||||
shellConfigDirectory: "~/",
|
shellConfigDirectory: "~/",
|
||||||
shellConfigFilename: ".bashrc",
|
shellConfigFilename: ".bashrc",
|
||||||
|
Loading…
Reference in New Issue
Block a user