Updates for newer program versions

This commit is contained in:
Autumn Naber
2026-08-12 12:28:33 -07:00
parent 86beb728e8
commit 27bb8ff4ee
10 changed files with 75 additions and 47 deletions
+9 -9
View File
@@ -131,24 +131,24 @@ DIR 36
LINK 35
# pipe, socket, block device, character device (blue bg)
FIFO 34
SOCK 34
DOOR 34 # Solaris 2.5 and later
BLK 34
CHR 34
FIFO 37
SOCK 37
DOOR 37 # Solaris 2.5 and later
BLK 37
CHR 37
# }}}
# File attributes {{{
# Orphaned symlinks (blinking white on red)
# Blink may or may not work (works on iTerm dark or light, and Putty dark)
ORPHAN 05;37;45
ORPHAN 37
# ... and the files that orphaned symlinks point to (blinking white on red)
MISSING 05;37;45
MISSING 37
# dir that is sticky and other-writable (+t,o+w)
STICKY_OTHER_WRITABLE 36
STICKY_OTHER_WRITABLE 37
# dir that is other-writable (o+w) and not sticky
OTHER_WRITABLE 36
OTHER_WRITABLE 37
# files with execute permission
EXEC 01;31 # Unix