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
26 lines
464 B
SYSTEMD
26 lines
464 B
SYSTEMD
# Intended for colouring 'mount' output
|
|
# written by Emanuele Aina
|
|
|
|
regexp=^(.*) on (.*) type (.*) \((.*)\)
|
|
colours=default,green,yellow,blue,magenta
|
|
-
|
|
# Devices
|
|
regexp=^(\/[^\/ ]+)+
|
|
colours=bold green, on_green black
|
|
-
|
|
# Mount Path
|
|
regexp=(?<=on )(\/[^\/ ]+)+
|
|
colours=unchanged,underline yellow
|
|
-
|
|
# RW
|
|
regexp=(?<=\()rw
|
|
colours=bold red
|
|
-
|
|
# RO
|
|
regexp=(?<=\()ro
|
|
colours=bold green
|
|
-
|
|
# Like comment, leave at end always
|
|
regexp=^(cgroup|tmpfs).*
|
|
colours=bright_black
|