Skip to content

Instantly share code, notes, and snippets.

@manwar
Created March 22, 2025 00:11
Show Gist options
  • Save manwar/05a1dc256cacfa6a5d3ce4688928b637 to your computer and use it in GitHub Desktop.
Save manwar/05a1dc256cacfa6a5d3ce4688928b637 to your computer and use it in GitHub Desktop.
Change directory color in terminal

Color Codes

30: Black
31: Red
32: Green
33: Yellow
34: Blue
35: Magenta
36: Cyan
37: White

1: Bold
4: Underline

Set bold yellow for folder color

export LS_COLORS="di=1;33:${LS_COLORS#di=:}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment