aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index cb7379b..5d7596a 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -273,7 +273,7 @@ g() {
LINE="$(
# shellcheck disable=2086
- git grep --color=always -n -- "$(cat "$PAT")" ${2:-} |
+ git grep -E --color=always -n -- "$(cat "$PAT")" ${2:-} |
fzf \
--exit-0 \
--select-1 \