You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
464 B
25 lines
464 B
# 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
|
|
|