Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created April 17, 2021 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkphp/3228f8726ca529411db37a135fd0f8a6 to your computer and use it in GitHub Desktop.
Save thinkphp/3228f8726ca529411db37a135fd0f8a6 to your computer and use it in GitHub Desktop.
How do I change the color for directories with ls in console
;to change your directory colors, open up your ~/.bashrc file with your editor
;and make the following entry at the end of the
LS_COLORS=$LS_COLORS:'di=0;35:' ; export LS_COLORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment