mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
32 lines
557 B
Plaintext
32 lines
557 B
Plaintext
# Blk
|
|
regexp=^(/dev/)(.+):\s
|
|
colours=default,green,bright_green
|
|
======
|
|
# Blk mapper
|
|
regexp=^/dev/(mapper/)(.+):\s
|
|
colours=unchanged,underline green,bright_green
|
|
======
|
|
# UUID
|
|
regexp=\sUUID="([^"]+)
|
|
colours=bold yellow,blue
|
|
======
|
|
#UUID_SUB
|
|
regexp=\sUUID_SUB="([^"]+)
|
|
colours=green,bright_green
|
|
======
|
|
# TYPE
|
|
regexp=TYPE="([^"]+)
|
|
colours=bold cyan,cyan
|
|
======
|
|
# LABEL
|
|
regexp=\sLABEL="([^"]+)
|
|
colours=bold bright_cyan,bright_cyan
|
|
======
|
|
# PARTLABEL
|
|
regexp=\sPARTLABEL="([^"]+)
|
|
colours=bold green,red
|
|
# PARTUUID
|
|
regexp=PARTUUID="([^"]+)
|
|
colours=green,magenta
|
|
|