LS_COLORS set by dircolors.

This commit is contained in:
Kolan Sh 2013-03-15 12:35:31 +04:00
parent 932e257374
commit cf46c4c692
1 changed files with 7 additions and 7 deletions

View File

@ -95,15 +95,15 @@ EXEC 01;32
# to colorize below. Put the extension, a space, and the color init string.
# (and any comments you want to add after a '#')
# If you use DOS-style suffixes, you may want to uncomment the following:
#.cmd 01;32 # executables (bright green)
#.exe 01;32
#.com 01;32
#.btm 01;32
#.bat 01;32
.cmd 01;32 # executables (bright green)
.exe 01;32
.com 01;32
.btm 01;32
.bat 01;32
# Or if you want to colorize scripts even if they do not have the
# executable bit actually set.
#.sh 01;32
#.csh 01;32
.sh 01;32
.csh 01;32
# archives or compressed (bright red)
.tar 01;31
.tgz 01;31