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

ls looks ugly. #10

Open
devxpy opened this issue Dec 28, 2017 · 1 comment
Open

ls looks ugly. #10

devxpy opened this issue Dec 28, 2017 · 1 comment

Comments

@devxpy
Copy link

devxpy commented Dec 28, 2017

Why is the contrast all messed up here?
image

@jesusserranost
Copy link

Check the value of di (directory) which is currently set up in your environmental variable $LS_COLORS.
Mine is di=01;34 which shows the directory entries in bold (01) and blue (34):

echo $LS_COLORS
rs=0:di=01;34:ln=01;...

For more information check this out: https://www.howtogeek.com/307899/how-to-change-the-colors-of-directories-and-files-in-the-ls-command/

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