This file is indexed.

/usr/share/cgvg/cgvgrc-example is in cgvg 1.6.2-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Per-user configuration file for cgvg
# This file is meant to go in $HOME/.cgvgrc
# Currently the only options are the ones you see below.

# The editor to use.  If not here, the script will use the $EDITOR
# environment varable, and if not there either it'll use the hard-coded
# default editor.
#EDITOR=vim

# Default list of files to search through
#SEARCH=(^Make.*$|^.*\.([chs]|cc|p[lm]|java|php|.*sh|idl)$)

# Default list of stuff to exclude from the search
#EXCLUDE=SCCS|RCS|tags|\.make\.state

# Maximum age of a log file before it's deleted.
#AGE=30

# Colors on or off (1 or 0)
#COLORS=1

# Do we alternate bold and non-bold (COLORS=1 required)
#BOLD_ALTERNATE=1

# Do we want colon mode on?
#COLON=0

# Do we enable to built-in pager?
#PAGER=0

# Colors for each of the rows.  Acceptable values are currently:
# 'black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan' and 'white'
# and 'b_color' for bold of that color (eg: 'b_red', 'b_blue')...

# Entry index number
#COLOR1=cyan

# Entry filename & path
#COLOR2=blue

# Entry line number
#COLOR3=red

# Entry text
#COLOR4=green

# Pager Prompt
#COLOR5=b_white