bash-color-grc/conf.blkid

24 lines
374 B
Plaintext

# Blk
regexp=^(.+):\s
colours=bright_green
======
# Blk mapper
regexp=^(/dev/mapper/)(.+):\s
colours=default,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