+GREP_OPTIONS
authorshort <>
Tue, 23 Oct 2001 17:55:23 +0000 (17:55 +0000)
committershort <>
Tue, 23 Oct 2001 17:55:23 +0000 (17:55 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index 8df91a5..c1a83bc 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -53,6 +53,7 @@ export EDITOR='vim'
 export LC_CTYPE=cs_CZ.ISO-8859-2
 export PERL_MM_OPT="PREFIX=$HOME"
 export WWW_HOME="file:///home/short/.bookmarks.html"
+export GREP_OPTIONS="--binary-files=without-match --directories=skip"
 
 function cvsdiff    { cvs diff   "$@" 2>&1|             less; }; export -f cvsdiff
 function cvsdiffi   { cvs diff   "$@" 2>&1|grep -v '^?'|less; }; export -f cvsdiffi