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

Directories shown with a \ postfix when run on Linux #8

Closed
pa-jberanek opened this issue Oct 5, 2021 · 3 comments
Closed

Directories shown with a \ postfix when run on Linux #8

pa-jberanek opened this issue Oct 5, 2021 · 3 comments

Comments

@pa-jberanek
Copy link

pa-jberanek commented Oct 5, 2021

When used on Linux directories are shown with a '\' postfix rather than the more acceptable '/' suffix.

@pa-jberanek
Copy link
Author

PS /tmp> mkdir test
PS /tmp> cd test
PS /tmp/test> mkdir directory
PS /tmp/test> powercolorls
 directory\
PS /tmp/test>

@gardebring
Copy link
Owner

This is indeed the case. There is currently no check to see whether powercolorls is running in a windows or linux environment and it defaults to the windows way of displaying directories.
I'll see if I can get some time to fix that, not sure when.

@gardebring
Copy link
Owner

This was fixed in commit 606e1fe. Please update to PowerColorLS 1.0.3 to see the fix in action.

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

No branches or pull requests

2 participants