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
24 lines
302 B
Plaintext
24 lines
302 B
Plaintext
# Normal
|
|
regexp=[aAcCdDeijsStTu]
|
|
colours=cyan
|
|
-
|
|
# User Namespace
|
|
regexp=[iadA]
|
|
colours=bright_green
|
|
-
|
|
# Read Only
|
|
regexp=[EhINXZ]
|
|
colours=bold red
|
|
-
|
|
# Separators
|
|
regexp=[\-]
|
|
colours=dark
|
|
-
|
|
# Error
|
|
regexp=(lsattr:) \w.*
|
|
colours=default, bold red
|
|
-
|
|
# Filename
|
|
regexp=(\/[-\w\d. ]+)+$
|
|
colours=yellow,bold
|