aboutsummaryrefslogtreecommitdiffstats
path: root/dircolors
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-02-06 02:00:51 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2018-02-06 02:00:51 +0100
commit1be700042c2e2aa04daae00c2e9cb2d4e1de901b (patch)
tree0133980afd15d43b2f44672024b48c1b1677faac /dircolors
parentd8ea8dee6c12f8ffddb6e85e8e4653d9899dac8a (diff)
downloaddotfiles-1be700042c2e2aa04daae00c2e9cb2d4e1de901b.tar.xz
Add updated dircolors
(Generated with `dircolors -p`) Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'dircolors')
-rw-r--r--dircolors69
1 files changed, 22 insertions, 47 deletions
diff --git a/dircolors b/dircolors
index 2e95ad9..90ccf13 100644
--- a/dircolors
+++ b/dircolors
@@ -1,68 +1,36 @@
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted provided the copyright notice and this notice are preserved.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.
-# Below, there should be one TERM entry for each termtype that is colorizable
+# Below are TERM entries, which can be a glob patterns, to match
+# against the TERM environment variable to determine if it is colorizable.
TERM Eterm
TERM ansi
-TERM color-xterm
-TERM con132x25
-TERM con132x30
-TERM con132x43
-TERM con132x60
-TERM con80x25
-TERM con80x28
-TERM con80x30
-TERM con80x43
-TERM con80x50
-TERM con80x60
+TERM *color*
+TERM con[0-9]*x[0-9]*
TERM cons25
TERM console
TERM cygwin
TERM dtterm
-TERM eterm-color
TERM gnome
-TERM gnome-256color
TERM hurd
TERM jfbterm
TERM konsole
TERM kterm
TERM linux
TERM linux-c
-TERM mach-color
-TERM mach-gnu-color
TERM mlterm
TERM putty
-TERM putty-256color
-TERM rxvt
-TERM rxvt-256color
-TERM rxvt-cygwin
-TERM rxvt-cygwin-native
-TERM rxvt-unicode
-TERM rxvt-unicode-256color
-TERM rxvt-unicode256
-TERM screen
-TERM screen-256color
-TERM screen-256color-bce
-TERM screen-bce
-TERM screen-w
-TERM screen.Eterm
-TERM screen.rxvt
-TERM screen.linux
+TERM rxvt*
+TERM screen*
TERM st
-TERM st-256color
TERM terminator
+TERM tmux*
TERM vt100
-TERM xterm
-TERM xterm-16color
-TERM xterm-256color
-TERM xterm-88color
-TERM xterm-color
-TERM xterm-debian
-TERM xterm-termite
+TERM xterm*
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
@@ -83,7 +51,8 @@ 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
+ORPHAN 40;31;01 # symlink to nonexistent file, or non-stat'able file ...
+MISSING 00 # ... and the files they point to
SETUID 37;41 # file that is setuid (u+s)
SETGID 30;43 # file that is setgid (g+s)
CAPABILITY 30;41 # file with capability
@@ -128,6 +97,8 @@ EXEC 01;32
.lz 01;31
.lzo 01;31
.xz 01;31
+.zst 01;31
+.tzst 01;31
.bz2 01;31
.bz 01;31
.tbz 01;31
@@ -147,9 +118,15 @@ EXEC 01;32
.7z 01;31
.rz 01;31
.cab 01;31
+.wim 01;31
+.swm 01;31
+.dwm 01;31
+.esd 01;31
# image formats
.jpg 01;35
.jpeg 01;35
+.mjpg 01;35
+.mjpeg 01;35
.gif 01;35
.bmp 01;35
.pbm 01;35
@@ -193,9 +170,7 @@ EXEC 01;32
.yuv 01;35
.cgm 01;35
.emf 01;35
-# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
-.axv 01;35
-.anx 01;35
+# https://wiki.xiph.org/MIME_Types_and_File_Extensions
.ogv 01;35
.ogx 01;35
# audio formats
@@ -211,8 +186,8 @@ EXEC 01;32
.ogg 00;36
.ra 00;36
.wav 00;36
-# http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
-.axa 00;36
+# https://wiki.xiph.org/MIME_Types_and_File_Extensions
.oga 00;36
+.opus 00;36
.spx 00;36
.xspf 00;36