diff --git a/src/Native/Windows.cs b/src/Native/Windows.cs index b6c9bd59..04fe5e8b 100644 --- a/src/Native/Windows.cs +++ b/src/Native/Windows.cs @@ -161,6 +161,7 @@ namespace SourceGit.Native } startInfo.FileName = FindWindowsTerminalApp(); + startInfo.Arguments = $"-d \"{workdir}\""; break; default: App.RaiseException(workdir, $"Bad shell configuration!");