aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-17 18:25:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-17 18:25:05 +1200
commitabb517fa469f4968edeb5f8642b1f0693720289f (patch)
tree9f31b15a601b398c29c0527ec6f8225db2efef6c /bash
parentWhoops, wrong binary tested for option presence (diff)
downloaddotfiles-abb517fa469f4968edeb5f8642b1f0693720289f.tar.gz
dotfiles-abb517fa469f4968edeb5f8642b1f0693720289f.zip
I never want to grep binaries
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
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