mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
24 lines
407 B
Plaintext
24 lines
407 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=default,blue
|
|
======
|
|
# TYPE
|
|
regexp=TYPE="([^"]+)
|
|
colours=default,cyan
|
|
======
|
|
# LABEL
|
|
regexp=LABEL="([^"]+)
|
|
colours=default,bright_cyan
|
|
======
|
|
# PARTUUID
|
|
regexp=PARTUUID="([^"]+)
|
|
colours=default,magenta
|