* src/dircolors.hin: Add hurd and mach-gnu-color. --- Hi,
Current Hurd-based systems use these two terminal types which are capable of displaying color. Can they be added to dircolors? Thanks. David src/dircolors.hin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dircolors.hin b/src/dircolors.hin index e9e3a6a..89ebf5a 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -29,12 +29,14 @@ 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 -- 1.9.0
