loiccoyle / zsh-github-copilot

🧠 GitHub Copilot for your command line
MIT License
57 stars 5 forks source link

Red Triangle Question Mark #10

Closed nmcbride closed 1 month ago

nmcbride commented 1 month ago

For some reason, I am not 100% sure why, I do not get any spinners or anything.

Just a read triangle with a question mark as a placeholder.

loiccoyle commented 1 month ago

Are you on linux or mac? And can you share a screenshot?

nmcbride commented 1 month ago

I am on Fedora. I have attached a screenshot.

Screenshot from 2024-10-07 10-19-11

nmcbride commented 1 month ago

It is working, it is just the icon that is not.

My setup may be a little unique compared to what you are used to, I'm on Fedora Silverblue and have Nix installed with zsh, oh-my-zsh and your plugin installed through home-manager. :)

loiccoyle commented 1 month ago

ok can your terminal display these characters ⣾⣽⣻⢿⡿⣟⣯⣷?

nmcbride commented 1 month ago

So it is definitely a me issue, just not sure why.

The first time zsh loads no, those characters do not work.

If I spawn zsh again, then they work...

➜  ~ echo -e '\u28fe' 
zsh: character not in range
➜  ~ zsh
➜  ~ echo -e '\u28fe' 
⣾
loiccoyle commented 1 month ago

My only guess is that maybe the locale isn't configured properly?

loiccoyle commented 1 month ago

I'll close this issue as it isn't related to this repo, feel free to add your fix in case someone else has the same issue.