mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 05:42:12 +01:00
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.
This commit is contained in:
parent
613f108323
commit
2402dfac27
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue