aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-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