Created
January 31, 2018 10:31
-
-
Save ferdinand-beyer/85fa3b35bdc5c4fe898be247dccb3076 to your computer and use it in GitHub Desktop.
Use colors in Terminal for commands like 'ls'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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