From 176911b290ff06b95e276edcca7de3b255829bdd Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 4 Mar 2023 06:54:35 -0300 Subject: etc/sh/rc: Ignore binary files on g() --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 8ad6928..4f7d213 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -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 \ -- cgit v1.2.3