Skip to content

Instantly share code, notes, and snippets.

@ferdinand-beyer
Created January 31, 2018 10:31
Show Gist options
  • Save ferdinand-beyer/85fa3b35bdc5c4fe898be247dccb3076 to your computer and use it in GitHub Desktop.
Save ferdinand-beyer/85fa3b35bdc5c4fe898be247dccb3076 to your computer and use it in GitHub Desktop.
Use colors in Terminal for commands like 'ls'
export CLICOLOR=1
# Use "bold blue" instead of default blue for directories in 'ls'.
# This will result in a lighter and better readable blue for black
# backgrounds. See 'man ls' for more information.
export LSCOLORS=Exfxcxdxbxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment