From 0b15511300bbba23e336dd299c9a2a81bd7cabbb Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 24 May 2005 10:11:40 +0000 Subject: [PATCH] GREP_OPTIONS: ignore: +tags,TAGS,CVS --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ed50135..ab9b1f4 100644 --- a/.bashrc +++ b/.bashrc @@ -137,7 +137,7 @@ for file in $HOME/.bookmarks.html;do export WWW_HOME="file://$HOME/" [ -r $file ] && export WWW_HOME="file://$file" done -export GREP_OPTIONS="--binary-files=without-match --directories=skip" +export GREP_OPTIONS="--binary-files=without-match --directories=skip --exclude=tags --exclude=TAGS --exclude=CVS" if [ -n "$PS1" ];then # set only in interactive sessions export PS1='[bash]${LOGNAME}@${HOSTNAME}:${PWD}# ' export PS1='\[\017\]'"$PS1" # \017=std charmap -- 1.8.3.1