Skip to content

Instantly share code, notes, and snippets.

@alexanno
Created May 8, 2015 09:46
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 alexanno/ee6b913883b86a74c8fd to your computer and use it in GitHub Desktop.
Save alexanno/ee6b913883b86a74c8fd to your computer and use it in GitHub Desktop.
Color in Ubuntu shell
LS_COLORS=$LS_COLORS:'di=1;32:' ; export LS_COLORS
#http://askubuntu.com/questions/466198/how-do-i-change-the-color-for-directories-with-ls-in-the-console
Blue = 34
Green = 32
Light Green = 1;32
Cyan = 36
Red = 31
Purple = 35
Brown = 33
Yellow = 1;33
white = 1;37
Light Grey = 0;37
Black = 30
Dark Grey= 1;30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment