Adds grc configs
This commit is contained in:
parent
83a047a8a3
commit
ab36c9eb8f
24 changed files with 1013 additions and 0 deletions
27
grc/.config/grc/conf.iproute
Normal file
27
grc/.config/grc/conf.iproute
Normal file
|
@ -0,0 +1,27 @@
|
|||
# DEV
|
||||
regexp=dev\s(\S+)
|
||||
colours=default,cyan
|
||||
=====
|
||||
# Gateway
|
||||
regexp=(via)\s(\S+)\s
|
||||
colours=default,yellow,bold yellow
|
||||
=====
|
||||
# Network
|
||||
regexp=^(default|[^ \/]+(\/(\d+))?)
|
||||
colours=green,bright_green,default,green
|
||||
=====
|
||||
# Network DEFAULT
|
||||
regexp=^default
|
||||
colours=on_green bold white
|
||||
=====
|
||||
# Local
|
||||
regexp=(src)\s(\S+)\s?
|
||||
colours=default,magenta,bold magenta
|
||||
=====
|
||||
# proto
|
||||
regexp=(proto)\s(\S+)\s
|
||||
colours=default,default,dark yellow
|
||||
=====
|
||||
# linkdown
|
||||
regexp=linkdown
|
||||
colours=bold red
|
Loading…
Add table
Add a link
Reference in a new issue