bash-git-prompt icon indicating copy to clipboard operation
bash-git-prompt copied to clipboard

boxes with question marks on WSL

Open Dragon-Of-Dojima opened this issue 4 years ago • 7 comments

I've cloned the repo to my home directory on Windows Subsystem for Linux, added the but I cannot see the icons. I see boxes with question marks. I put this:

if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
    GIT_PROMPT_ONLY_IN_REPO=1
    source $HOME/.bash-git-prompt/gitprompt.sh
fi

at the bottom of the .bashrc file just before the export statements. How can I get the icons?

Dragon-Of-Dojima avatar Mar 02 '21 21:03 Dragon-Of-Dojima

I have the same issue.

igramul avatar Mar 29 '21 12:03 igramul

If this is what I think it is with 3 diamond shaped boxes with ? in them, then I've seen this also. I inquired on this and never got any kind of reply from anyone.

fastzombies avatar Mar 29 '21 14:03 fastzombies

I think this is not an issue of bash-git-promt but is seems related to the following Windows Console issue: Add emoji support to Windows Console

igramul avatar Mar 30 '21 08:03 igramul

@Dragon-Of-Dojima , @igramul what terminal do you use (PowerShell, cmd, Terminal-app, ...?)

guenhter avatar Oct 22 '22 17:10 guenhter

Back then I was using Git Bash

igramul avatar Oct 22 '22 19:10 igramul