bash-color-grc/grc.conf

104 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-01-25 18:36:02 +01:00
# anything to do with irc
\b\w+\b.*irc.*
conf.irclog
# log file
\b\w+\b.*log\b
conf.log
# configure command
(^|[/\w\.]+/)?configure
conf.configure
# ping command
(^|[/\w\.]+/)ping6?\s
conf.ping
# traceroute command
(^|[/\w\.]+/)traceroute6?\s
conf.traceroute
# gcc command
(^|[/\w\.]+/)g?cc\s
conf.gcc
# make command
(^|[/\w\.]+/)g?make\s?
conf.gcc
# netstat command
(^|[/\w\.]+/)netstat\s?
conf.netstat
# diff command
(^|[/\w\.]+/)diff\s?
conf.diff
# wdiff command
(^|[/\w\.]+/)wdiff\s?
conf.wdiff
# last command
(^|[/\w\.]+/)last\s?
conf.log
# ldap tools
(^|[/\w\.]+/)ldap
conf.ldap
# cvs command
(^|[/\w\.]+/)cvs\s?
conf.cvs
# mount command
(^|[/\w\.]+/)mount\s?
conf.mount
# mtr command
(^|[/\w\.]+/)mtr\s?
conf.mtr
# ps command
(^|[/\w\.]+/)ps\s?
conf.ps
# dig command
(^|[/\w\.]+/)dig\s?
conf.dig
# ifconfig command
(^|[/\w\.]+/)ifconfig\s?
conf.ifconfig
# ls command
(^|[/\w\.]+/)ls\s?
conf.ls
2015-02-27 16:34:02 +01:00
# mount
(^|[/\w\.]+/)mount\s?
conf.mount
# df
(^|[/\w\.]+/)df\s?
conf.df
# docker ps
2016-10-08 08:28:02 +02:00
(^|[/\w\.]+/)docker(-compose)? ps\s?
conf.dockerps
# docker images
(^|[/\w\.]+/)docker images\s?
conf.dockerimages
# docker-machine
(^|[/\w\.]+/)docker-machine ls\s?
conf.docker-machinels
# docker info
(^|[/\w\.]+/)docker info\s?
conf.dockerinfo
2016-01-13 11:48:42 +01:00
# journalctl command
(^|[/\w\.]+/)journalctl?\s
conf.log