-
Notifications
You must be signed in to change notification settings - Fork 103
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
Weird characters on Bash on Ubuntu on Windows #20
Comments
I made a cursory search. Hyper seems to have some issues related to displaying Unicode:
Can you see if any workarounds in those threads work for you? As a fallback, you can always get rid of the status indicators in the code. |
As for using native Windows 10 bash work with Unicode characters, I found this: http://superuser.com/questions/1108443/utf8-characters-in-windows-10-bash-terminal |
@lyze props for such a quick reply and an extensive research. What did you mean by this?
|
I couldn't find a fix via those links, however, removing the |
You can also change the status symbol to your liking around here. You can also set |
I don't have a problem with the status symbols, though. They are great :) In fact, I did want to replace the $ symbol with something else, but couldn't make it work. |
I meant that the status symbols are Unicode characters, and may have been part of your problem. It seems you found the root cause, though. |
First of all, @lyze, huge thank you for porting this extension to bash! I've been using Powershell with Git on Windows for the better part of my career. Now I'm transitioning to Hyper with native Bash on Windows in Windows 10 - and I'm happy that I can continue using this excellent syntax.
I followed your instructions precisely:
And consequently the prompt is shown with the Git Posh syntax, on Hyper:
However, do you notice the
╔
in the start of the prompt line?My goal is to use Hyper (terminal emulator) with the native Bash on Windows (which is Bash version 4.3). However, if I'm just loading Bash by itself, this is what I'm getting:
As you can see the repo status is all messed up, but I don't mind because it displays correctly on Hyper. But can you see that
☺
character in the start of the prompt line?The text was updated successfully, but these errors were encountered: