2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/conf.blkid

24 lines
407 B
Plaintext
Raw Normal View History

# Blk
2016-06-19 01:18:18 +02:00
regexp=^(/dev/)(.+):\s
colours=default,green,bright_green
======
# Blk mapper
2016-06-19 01:18:18 +02:00
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