From: short <> Date: Tue, 23 Oct 2001 17:55:23 +0000 (+0000) Subject: +GREP_OPTIONS X-Git-Tag: rh72~14 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=543605c104551716f71223ed944e1fb5b1eb4a4f +GREP_OPTIONS --- diff --git a/.bashrc b/.bashrc index 8df91a5..c1a83bc 100644 --- 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