chiark / gitweb /
dot/emacs: Bind a key to `magit-toggle-buffer-lock'.
[profile] / dot / dircolors
index 37c1af1e437bb09d9c1aae7c74f7c6f7db88471c..186807b6e9f5a73d6217a6317e5ec028769ef536 100644 (file)
@@ -21,9 +21,11 @@ TERM con80x50
 TERM con80x60
 TERM xterm
 TERM xterm-debian
+TERM xterm-256color
 TERM vt100
 TERM screen
 TERM screen.linux
+TERM screen.xterm-256color
 TERM screen-w
 
 # Below are the color init strings for the basic file types. A color init
@@ -42,7 +44,7 @@ FIFO 32               # pipe
 SOCK 01;32     # socket
 BLK 01;35      # block device driver
 CHR 35         # character device driver
-ORPHAN 40;31;01 # symlink to nonexistent file
+ORPHAN 31;01 # symlink to nonexistent file
 
 # This is for files with execute permission:
 EXEC 01