X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f617db13b0685c674817a6c7c1d148da3c07081f..b52d5e17e3434657a6914ae9a515a585a020798b:/dircolors diff --git a/dircolors b/dircolors index dc8d925..37c1af1 100644 --- a/dircolors +++ b/dircolors @@ -6,6 +6,8 @@ # Below, there should be one TERM entry for each termtype that is colorizable TERM linux +TERM dumb +TERM eterm-color TERM console TERM con132x25 TERM con132x30 @@ -21,6 +23,7 @@ TERM xterm TERM xterm-debian TERM vt100 TERM screen +TERM screen.linux TERM screen-w # Below are the color init strings for the basic file types. A color init @@ -32,13 +35,13 @@ TERM screen-w # Background color codes: # 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white NORMAL 00 # global default, although everything should be something. -FILE 00 # normal file -DIR 01;36 # directory -LINK 36 # symbolic link +FILE 00 # normal file +DIR 01;36 # directory +LINK 36 # symbolic link FIFO 32 # pipe SOCK 01;32 # socket BLK 01;35 # block device driver -CHR 35 # character device driver +CHR 35 # character device driver ORPHAN 40;31;01 # symlink to nonexistent file # This is for files with execute permission: