Skip to content

Commit

Permalink
dircolors: Color the names of Windows executable files the same as Li…
Browse files Browse the repository at this point in the history
…nux executable files (with bright green text).
  • Loading branch information
shaneharper committed Oct 22, 2023
1 parent 3a884fc commit 27c9a16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dircolors
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ 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
Expand Down

0 comments on commit 27c9a16

Please sign in to comment.