LS_COLORS set by dircolors.
This commit is contained in:
parent
932e257374
commit
cf46c4c692
14
.dircolors
14
.dircolors
|
@ -95,15 +95,15 @@ EXEC 01;32
|
||||||
# to colorize below. Put the extension, a space, and the color init string.
|
# to colorize below. Put the extension, a space, and the color init string.
|
||||||
# (and any comments you want to add after a '#')
|
# (and any comments you want to add after a '#')
|
||||||
# If you use DOS-style suffixes, you may want to uncomment the following:
|
# If you use DOS-style suffixes, you may want to uncomment the following:
|
||||||
#.cmd 01;32 # executables (bright green)
|
.cmd 01;32 # executables (bright green)
|
||||||
#.exe 01;32
|
.exe 01;32
|
||||||
#.com 01;32
|
.com 01;32
|
||||||
#.btm 01;32
|
.btm 01;32
|
||||||
#.bat 01;32
|
.bat 01;32
|
||||||
# Or if you want to colorize scripts even if they do not have the
|
# Or if you want to colorize scripts even if they do not have the
|
||||||
# executable bit actually set.
|
# executable bit actually set.
|
||||||
#.sh 01;32
|
.sh 01;32
|
||||||
#.csh 01;32
|
.csh 01;32
|
||||||
# archives or compressed (bright red)
|
# archives or compressed (bright red)
|
||||||
.tar 01;31
|
.tar 01;31
|
||||||
.tgz 01;31
|
.tgz 01;31
|
||||||
|
|
Loading…
Reference in New Issue