-
-
Notifications
You must be signed in to change notification settings - Fork 660
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
Exa does not read EXA_COLORS #1161
Comments
How are you trying to set EXA_COLORS? You would normally do that in e.g.
To remove |
Thanks for your response. I just switched back to this setting in .bashrc, exa now works as usual. export EXA_COLORS="da=38;5;245:di=38;5;14:sn=38;5;28:sb=38;5;28:uu=38;5;40:un=38;5;160:gu=38;5;40:gn=38:5:160:bl=38;5;220:ur=37:uw= alias ls="exa --group --sort=.name --group-directories-first" Previously this setting did not affect exa .e.g exa seems not read EXA_COLORS so I had to use EXA_COLORS=“..” && exa .. I’ll report again if the issue comes up. Thanks. |
Let’s close this, and if you find the issue in the active fork eza, please report there. |
If exa does something unexpected, or its output looks wrong, or it displays an error on the screen, or if it outright crashes, then please include the following information in your report:
exa --version
): 0.10.1I have some strange issues with exa, initially running this command “EXA_COLORS="reset" && exa” would work as expected but after the system is rebooted the command has no effect .e.g exa would render colors as usual. Furthermore setting custom colors with EXA_COLORS also won’t work.
The text was updated successfully, but these errors were encountered: