Updated darwin ls colors
This commit is contained in:
parent
1bf2d31a5f
commit
0b9388e593
1 changed files with 4 additions and 3 deletions
|
@ -30,7 +30,7 @@ STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
|
|||
OTHER_WRITABLE 34;42 # dir that is other-writable (o+w) and not sticky
|
||||
STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||
# This is for files with execute permission:
|
||||
EXEC 00;32
|
||||
EXEC 01;32
|
||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
||||
# to colorize below. Put the extension, a space, and the color init string.
|
||||
# (and any comments you want to add after a '#')
|
||||
|
@ -154,7 +154,8 @@ EXEC 00;32
|
|||
#.h 00;33
|
||||
#.cc 00;33
|
||||
#.hh 00;33
|
||||
.a 00;31
|
||||
|
||||
# Build artifacts can be 'ignored'
|
||||
.pyc 01;32
|
||||
.o 01;32
|
||||
.pyc 00;92
|
||||
.o 00;92
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue