We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ptyxis
1 parent c849c13 commit 7bfb95fCopy full SHA for 7bfb95f
src/Native/Linux.cs
@@ -74,7 +74,7 @@ public void OpenTerminal(string workdir)
74
if (terminal.EndsWith("wezterm", StringComparison.OrdinalIgnoreCase))
75
startInfo.Arguments = $"start --cwd \"{cwd}\"";
76
else if (terminal.EndsWith("ptyxis", StringComparison.OrdinalIgnoreCase))
77
- startInfo.Arguments = $"--working-directory=\"{cwd}\"";
+ startInfo.Arguments = $"--new-window --working-directory=\"{cwd}\"";
78
79
try
80
{
0 commit comments