From abb517fa469f4968edeb5f8642b1f0693720289f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Aug 2012 18:25:05 +1200 Subject: I never want to grep binaries --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/bashrc b/bash/bashrc index 0ae611e0..07802d46 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -125,7 +125,7 @@ fi # Reset options for ls and grep. lsopts= -grepopts= +grepopts='-I' # If we have a color terminal, we'll use color for ls and grep. if [[ $colors -ge 8 ]]; then -- cgit v1.2.3