-
Notifications
You must be signed in to change notification settings - Fork 557
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
Directory Color Issues in Interactive Mode #828
Comments
|
I am not using any sort of BTW, I am using pure Zsh in my Arch Linux. I remember I was getting the same issue when I was customizing my Zsh shell because of The customization was something like this: when I added this line to my .zshrc file, I started getting the same color issue with my directories as I was getting in the zoxide tool:
|
Are you using the package If you have made an alias so that the command 'ls' actually executes I solved it by configuring the |
I fixed it by adding line to the config.fish: |
I am facing some color issues in interactive mode in the zoxide tool, possibly due to an incorrect implementation of LS_COLORS. I'm using
zsh 5.9 (x86_64-pc-linux-gnu)
on Arch Linux, and I tested the zoxide tool on some Debian-based distros as well and the issue was same.I am a big fan of the zoxide tool and have a huge respect for your work. Could you please help resolve this color issue?
AND Is there any way to manually set LS_COLORS by adding an extra flag or changing some lines in the configuration files?
Thank you!
The text was updated successfully, but these errors were encountered: