mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix: ptyxis
does not start with given working directory (#1005)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
c849c13fcb
commit
7bfb95f7ce
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ namespace SourceGit.Native
|
|||
if (terminal.EndsWith("wezterm", StringComparison.OrdinalIgnoreCase))
|
||||
startInfo.Arguments = $"start --cwd \"{cwd}\"";
|
||||
else if (terminal.EndsWith("ptyxis", StringComparison.OrdinalIgnoreCase))
|
||||
startInfo.Arguments = $"--working-directory=\"{cwd}\"";
|
||||
startInfo.Arguments = $"--new-window --working-directory=\"{cwd}\"";
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue