mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
d927c5db24
Add conf.jobs file Fix lsattr and df conf files Fix dockerimages conf file Update grc.fish
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
# Main Nodes
|
|
regexp=^(\S[^:]+):\s?(.*)?$
|
|
colours=default,cyan
|
|
======
|
|
# Sub Nodes
|
|
regexp=^\s([^:]+):\s?(.*)?$
|
|
colours=default,magenta
|
|
======
|
|
# Warning
|
|
regexp=WARNING:\s(.+)$
|
|
colours=bold yellow, yellow
|
|
======
|
|
# devicemapper
|
|
regexp=devicemapper$
|
|
colours=bright_red
|
|
-
|
|
# loop-lvm
|
|
regexp=: (/var/lib/docker/devicemapper/devicemapper/(?:meta)?data)
|
|
colours=default,bright_red
|