-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Wrong cursor position and folder colors over SSH #397
Comments
Have you tried another prompt? |
With 'Nicoulaj' the colors in LS are still wrong, the cursor error is fixed. If I disable 'utility' module colours are turned off, so If I disable git module it is fixed. The icons on the right in the Sorin prompt are gone, which I think are the cause of it. I guess Zsh computes the line width wrong, but I don't know why it only happens over SSH. Edit: I realized the LS colors are because the "auto" color settings on ubuntu are just not as beautiful as on OSX. I turned it off in general now, that works much better :). Or I could use something like this: https://github.com/seebi/dircolors-solarized. Now just the git problem remains. |
This seems to be a terminal issue. |
After hours of debugging I found out that LANG wasn't properly set...
|
The language should be set by Prezto. Did you install zshenv properly? |
LS output is this:
|
@sorin-ionescu Without arguments,
So whatever this line was conceived for, it definitely does not set You can't set |
@lunaryorn |
@sorin-ionescu Now try hard and guess what system that example is from…
Your
|
@lunaryorn, Can you open a new issue with this? Thank you. |
@sorin-ionescu Done, see #398 |
@y0ast did you change your LSCOLORS? |
My LSCOLORS is: If anyone has a dircolors file that produces the same output, I would love to have it :) |
I had such problem. It was a terminal problem, switching terminal font to monospace fixed it. |
In the screenshot you can see that the cursor is 2 blocks to the left, it messes up autocompletion too. Also the folders have weird colors:
I have no idea what causes this, as locally these problems don't exist and everything works smoothly
Here is a screenshot from a local prompt.
I Remove %B and %b to make the colors work in my solarized scheme. As it is working locally too, this is not the cause of the problem.
The text was updated successfully, but these errors were encountered: