diff --git a/GitUI/CommandsDialogs/FormBrowse.cs b/GitUI/CommandsDialogs/FormBrowse.cs index b8d13f44219..c8716585b25 100644 --- a/GitUI/CommandsDialogs/FormBrowse.cs +++ b/GitUI/CommandsDialogs/FormBrowse.cs @@ -291,7 +291,7 @@ public FormBrowse([NotNull] GitUICommands commands, string filter, ObjectId sele // Populate terminal tab after translation within InitializeComplete FillTerminalTab(); - FillUserShells(AppSettings.ConEmuTerminal.ValueOrDefault); + FillUserShells(ShellType.Bash.ToString()); RevisionGrid.ToggledBetweenArtificialAndHeadCommits += (s, e) => FocusRevisionDiffFileStatusList();