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] 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