2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-14 17:21:29 +02:00
bash-color-grc/conf.mount
Radovan Garabík 56be92284d initial commit
2015-01-25 18:36:02 +01:00

20 lines
320 B
SYSTEMD

#/full/path
regexp=\s/[-\w\d.]+(\s|/[-\w\d./]+)
colours=cyan
=======
#filesystem
regexp=^\w+\s
colours=yellow
=======
#type filesystem
#regexp=(?<=type)\s*
#colours=red
#=======
# /dev/sda
regexp=^(/dev/)?[s]d[a-f][0-9]*(?=[^\w\d]|$)
colours=bold green
=======
#mount options
regexp=(?<=[,(])[^,]*(?=[,)])
colours=green