Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special characters is not shown in powershell. #48

Open
david-minaya opened this issue Jul 7, 2019 · 4 comments
Open

Special characters is not shown in powershell. #48

david-minaya opened this issue Jul 7, 2019 · 4 comments

Comments

@david-minaya
Copy link

I install PowerLine like they saying in the README. First install the Pansies module and after install the PowerLine Module and finally import the PowerLine module. But, when I import the PowerLine module I get this.

powershell

I've too try out this in ConEmu

@bozho
Copy link

bozho commented Aug 23, 2019

You're missing -PowerLineFont switch in your Set-PowerLinePrompt call

@Elia0107
Copy link

Hi, when I use the command (for example: Set-PowerLinePrompt -PowerLineFont "Hack" -SetCurrentDirectory -RestoreVirtualTerminal -Newline -Timestamp -Colors "#00DDFF", "#0066FF" ), I get an error like Immpossible find positional parameter with argument "Hack".

@Jaykul
Copy link
Owner

Jaykul commented Oct 26, 2019

Yeah, -PowerLineFont is just a switch which tells PowerLine that you are already using a font with PowerLine characters in it. You don't need to pass any value to it. E.g.:

Set-PowerLinePrompt -PowerLineFont -SetCurrentDirectory -RestoreVirtualTerminal -Newline -Timestamp -Colors "#00DDFF", "#0066FF"

@Tommasov
Copy link

Annotation 2020-01-15 184414
I have the same issue, any help?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants