feat(zsh): change some dircolors

This commit is contained in:
2025-05-01 02:15:10 +02:00
parent be541c1422
commit 711a3bf5f1
+9 -8
View File
@@ -1,5 +1,6 @@
# This file was generated with: # This file was generated with:
# dircolors -p ./dircolors # dircolors -p ./dircolors
# and then fine-tuned manually
# #
# Configuration file for dircolors, a utility to help you set the # Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option. # LS_COLORS environment variable used by GNU ls with the --color option.
@@ -62,19 +63,19 @@ DIR 01;34 # directory
LINK 01;36 # symbolic link. (If you set this to 'target' instead of a LINK 01;36 # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.) # numerical value, the color is as for the file pointed to.)
MULTIHARDLINK 00 # regular file with more than one link MULTIHARDLINK 00 # regular file with more than one link
FIFO 40;33 # pipe FIFO 33 # pipe
SOCK 01;35 # socket SOCK 01;35 # socket
DOOR 01;35 # door DOOR 01;35 # door
BLK 40;33;01 # block device driver BLK 33;01 # block device driver
CHR 40;33;01 # character device driver CHR 33;01 # character device driver
ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ... ORPHAN 01;36 # symlink to nonexistent file, or non-stat'able file ...
MISSING 00 # ... and the files they point to MISSING 01;37;41 # ... and the files they point to
SETUID 37;41 # regular file that is setuid (u+s) SETUID 30;41 # regular file that is setuid (u+s)
SETGID 30;43 # regular file that is setgid (g+s) SETGID 30;43 # regular file that is setgid (g+s)
CAPABILITY 00 # regular file with capability (very expensive to lookup) CAPABILITY 00 # regular file with capability (very expensive to lookup)
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 30;45 # 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 30;44 # dir with the sticky bit set (+t) and not other-writable
# This is for regular files with execute permission: # This is for regular files with execute permission:
EXEC 01;32 EXEC 01;32
# =================================================================== # ===================================================================