felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.15k stars 443 forks source link

New Git Bash window after starting a Git Bash session #1011

Closed avocardio closed 1 year ago

avocardio commented 1 year ago

After adding the Git Bash path in FluentTerminal and starting this terminal, a new (git bash) window appears instead of displaying it in the FluentTerminal.

Capture

Or is the Git Bash path not correct?

Capture

hanskokx commented 1 year ago

I think git-bash it its own terminal emulator, correct me if I’m wrong. It makes sense that it would launch a new window. I think the idea would be similar to setting notepad as your shell - it would just launch notepad.

— Hans Kokx

felixse commented 1 year ago

Have a look at this issue: https://github.com/felixse/FluentTerminal/issues/255

avocardio commented 1 year ago

Thanks, it worked!