Restore Linux System Folder colors

Source: Internet
Author: User
Tags egrep

/etc/dir_colors Default Value

# Background Color Codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
NORMAL XX # Global default, although everything should be something.
File xx # normal file
DIR 01;34 # Directory
Link 01;36 # Symbolic link
FIFO 40;33 # Pipe
SOCK 01;35 # Socket
BLK 40;33;01 # block device driver

Restore default values

Within the ~/.BASHRC file, add the following

# Enable color support of LS and also add handy aliases
if [-x/usr/bin/dircolors]; Then
Test-r ~/.dircolors && eval "$ (dircolors-b ~/.dircolors)" | | Eval "$ (dircolors-b)"
Alias ls= ' ls--color=auto '

Alias grep= ' grep--color=auto '
Alias fgrep= ' Fgrep--color=auto '
Alias egrep= ' Egrep--color=auto '
Fi

Restore Linux System Folder colors

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.