justjanne / powerline-go

A beautiful and useful low-latency prompt for your shell, written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working correctly with Git Bash in Windows Terminal

CWempe opened this issue Β· comments

Describe the bug
I just started using Windows Terminal .
Now I tried to integrate Git Bash into Windows Terminal.

Powerline-go already works fine with Git Bash: πŸ‘

image

So does powerline-go with PowerShell in Windows Terminal. πŸ‘

image

But poerline-go with Git Bash in Windows Terminal does not work correctly: πŸ‘Ž

image

Environment:

  • OS: Windows 10
  • Architecture: Intel
  • Shell: C:\Program Files\Git\bin\bash.exe

Additional context

This is my configuration in Windows Terminal:

{
    "commandline": "C:\\Program Files\\Git\\bin\\bash.exe",
    "font": {
        "face": "DejaVuSansMono Nerd Font Mono",
        "size": 10
    },
    "guid": "{a3a012f0-aaa1-43d6-989f-0de3770b9e07}",
    "icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
    "intenseTextStyle": "bright",
    "name": "Git Bash",
    "startingDirectory": "%USERPROFILE%",
    "useAcrylic": false
}

Any idea what could cause this issue?

Could be related to #328, but I don't think so.
The issue looks different.

Current powerline-go works very well in Git Bash in Windows Terminal, so I think this is not an issue any more - can be closed

image