mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
16 lines
280 B
Plaintext
16 lines
280 B
Plaintext
# device major minor numbers
|
|
regexp=\s(\d+),(\d+)\s
|
|
colours=unchanged,bright_yellow ,yellow
|
|
-
|
|
# root
|
|
regexp=\broot\b
|
|
colours=bold white on_red
|
|
-
|
|
# PID
|
|
regexp=^(\S+)\s+(\d+)\s
|
|
colours=unchanged,bold cyan,cyan
|
|
-
|
|
# PATH
|
|
regexp=\s\/.*\/(\S+)($| \(.*\))
|
|
colours=green,bright_green,red
|