mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
add support for solaris and zsh
This commit is contained in:
parent
bcd389c0f1
commit
7b54c43263
1 changed files with 10 additions and 10 deletions
20
dir_colors
20
dir_colors
|
@ -69,22 +69,22 @@ DOOR 01;35 # door
|
||||||
BLK 40;33;01 # block device driver
|
BLK 40;33;01 # block device driver
|
||||||
CHR 40;33;01 # character device driver
|
CHR 40;33;01 # character device driver
|
||||||
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
|
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file
|
||||||
SETUID 37;41 # file that is setuid (u+s)
|
# SETUID 37;41 # file that is setuid (u+s)
|
||||||
SETGID 30;43 # file that is setgid (g+s)
|
# SETGID 30;43 # file that is setgid (g+s)
|
||||||
STICKY_OTHER_WRITABLE 30;42 # dir that is sticky and other-writable (+t,o+w)
|
# 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
|
# 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
|
# STICKY 37;44 # dir with the sticky bit set (+t) and not other-writable
|
||||||
# This is for files with execute permission:
|
# This is for files with execute permission:
|
||||||
EXEC 01;32
|
EXEC 01;32
|
||||||
# List any file extensions like '.gz' or '.tar' that you would like ls
|
# 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.
|
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue