mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add grc conf.mount
This commit is contained in:
25
dotfiles/grc/conf.mount
Normal file
25
dotfiles/grc/conf.mount
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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=bold green
|
||||
Reference in New Issue
Block a user