2
0
mirror of https://github.com/garabik/grc.git synced 2024-09-18 17:31:29 +02:00
bash-color-grc/conf.iproute
2016-06-18 18:18:18 -05:00

24 lines
427 B
Plaintext

# 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