diff --git a/.dircolors b/.dircolors index 0dd337d..6ceb7b9 100644 --- a/.dircolors +++ b/.dircolors @@ -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