diff --git a/dotfiles/grc/conf.mount b/dotfiles/grc/conf.mount new file mode 100644 index 0000000..a877148 --- /dev/null +++ b/dotfiles/grc/conf.mount @@ -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