Chinaunix首页 | 论坛 | 博客
  • 博客访问: 173997
  • 博文数量: 61
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 640
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-24 23:25
文章分类

全部博文(61)

文章存档

2011年(2)

2010年(37)

2009年(22)

我的朋友

分类: LINUX

2010-04-03 02:52:47

cgvg有rc file, 可以设置rc file 来进行默认搜索或者避免某些不想要的搜索,比如.svn目录等,下面是一个实例:


# 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]|asm|cc|cpp|js|htm[l]|p[lm]|java|php|.*sh|idl)$)

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

# 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=1

# 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

阅读(971) | 评论(0) | 转发(0) |
0

上一篇:WAIT_DRQ 的延长

下一篇:udhcpc

给主人留下些什么吧!~~