From 613f1083233298a1f8442f3aec28e2b82bb08239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etienne=20Prud=E2=80=99homme?= Date: Wed, 5 Jan 2022 18:45:22 -0500 Subject: [PATCH 1/2] Update copyright year --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index c206377..9447f26 100644 --- a/README.markdown +++ b/README.markdown @@ -75,7 +75,7 @@ mpc search artist Laleh | ls_color ... and so on. # Legal -© Copyright 2014-2020 Magnus Woldrich. +© Copyright 2014-2022 Magnus Woldrich. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A From 2402dfac278ec88909e8a4883b680fb1591fcd3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Etienne=20Prud=E2=80=99homme?= Date: Wed, 5 Jan 2022 18:46:40 -0500 Subject: [PATCH 2/2] Add partitions extensions * Add the common `img` for partition. Add the Fast Virtual Disk `fvd` used by QEMU. Add the Virtual Disk Image `vdi` used by VirtualBox. Add the Virtual Hard Disk `vhd` or `vhdx` used by Hyper-V. Add the Virtual Floppy Disk `vfd` also used by Hyper-V. --- LS_COLORS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LS_COLORS b/LS_COLORS index 7f47f1a..ac64647 100644 --- a/LS_COLORS +++ b/LS_COLORS @@ -582,12 +582,18 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3 # }}} # partition images {{{2 .iso 38;5;124 +.img 38;5;124 .bin 38;5;124 .nrg 38;5;124 .qcow 38;5;124 +.fvd 38;5;124 .sparseimage 38;5;124 .toast 38;5;124 .vcd 38;5;124 +.vdi 38;5;124 +.vhd 38;5;124 +.vhdx 38;5;124 +.vfd 38;5;124 .vmdk 38;5;124 # }}} # databases {{{2