diff --git a/zsh/dircolors b/zsh/dircolors index 94f096b..bf63811 100644 --- a/zsh/dircolors +++ b/zsh/dircolors @@ -1,5 +1,6 @@ # This file was generated with: # dircolors -p ./dircolors +# and then fine-tuned manually # # Configuration file for dircolors, a utility to help you set the # 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 # numerical value, the color is as for the file pointed to.) MULTIHARDLINK 00 # regular file with more than one link -FIFO 40;33 # pipe +FIFO 33 # pipe SOCK 01;35 # socket DOOR 01;35 # door -BLK 40;33;01 # block device driver -CHR 40;33;01 # character device driver -ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ... -MISSING 00 # ... and the files they point to -SETUID 37;41 # regular file that is setuid (u+s) +BLK 33;01 # block device driver +CHR 33;01 # character device driver +ORPHAN 01;36 # symlink to nonexistent file, or non-stat'able file ... +MISSING 01;37;41 # ... and the files they point to +SETUID 30;41 # regular file that is setuid (u+s) SETGID 30;43 # regular file that is setgid (g+s) 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) -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 +OTHER_WRITABLE 30;45 # dir that is other-writable (o+w) and not sticky +STICKY 30;44 # dir with the sticky bit set (+t) and not other-writable # This is for regular files with execute permission: EXEC 01;32 # ===================================================================