mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
28 lines
448 B
Plaintext
28 lines
448 B
Plaintext
# Devices
|
|
regexp=\s\/dev(?:\/([^\/ ]+))+
|
|
colours=green, bold green
|
|
-
|
|
# Mount Path
|
|
regexp=(?<=─|-)(?:\/([^\/ ]+))+
|
|
colours=unchanged,bold yellow
|
|
-
|
|
# RW
|
|
regexp=(?:\s)rw
|
|
colours=bold red
|
|
-
|
|
# RO
|
|
regexp=(?:\s)ro
|
|
colours=bold green
|
|
-
|
|
# Like comment, leave at end always
|
|
regexp=^.*(?=cgroup|tmpfs).*$
|
|
colours=bright_black
|
|
-
|
|
# Common Types
|
|
regexp=\b(ext\d|xfs|btrfs|nfs)\b
|
|
colours=cyan
|
|
-
|
|
# MS Types
|
|
regexp=\b(fat|vfat|ntfs|msdos)\b
|
|
colours=on_cyan white
|