-
Notifications
You must be signed in to change notification settings - Fork 745
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
Configuration not working on linux #487
Comments
@b-ryan Any suggestions on what I should investigate or look into? |
Hm - what versions are you running on each machine? You can find this out with |
Version 0.7.0 with python 3.8 on both machines. |
I don't suppose you have a configuration file in another location on either machine do you? The code looks for a config in this order:
|
No, that's the only find. I ran a find on my root directory to look for similar things but it found nothing. The weird thing is that the directories don't seem to be getting parsed on my linux box either. |
I saw that the directory is the same in both screenshots. Are you saying that's a mistake too? |
On the bottom (mac), I see two "strings": On the top (linux), I see one "string": Could this be a sign of a different issue? |
That's why I had asked about configurations. You should only see
So I am a little stumped as to why it would be doing that without having found configuration somewhere else. Can you post the contents of the bashrc or zshrc for the linux machine which show the configuration? |
|
I also ran |
You have these lines:
Only running on Mac. I wonder if it would work if you took that out of the |
That worked! Should've tried it myself... |
Does this mean we should potentially remove the following section from https://github.com/b-ryan/powerline-shell#zsh?
|
This issue specifically is resolved, but it seems like linux users need to run |
Yeah that does look like a mistake. I don't think the |
I managed to set everything up find with zsh on my macbook, but am having problems doing the same thing on my linux box. In the following image, I'm sshed into my linux box at the top and am locally on my macbook in the bottom. However, it doesn't seem like the directory structure is being rendered correctly.
The text was updated successfully, but these errors were encountered: