diff options
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -272,7 +272,7 @@ g() { LINE="$( # shellcheck disable=2086 - git grep -E --color=always -n -- "$(cat "$PAT")" ${2:-} | + git grep -IE --color=always -n -- "$(cat "$PAT")" ${2:-} | fzf \ --exit-0 \ --select-1 \ |