From 46bc8d5e8c1075f9815d7d9f4c4839913448c8e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 7 Mar 2023 18:06:44 -0300 Subject: etc/sh/rc: Case-insensitive search by default in g() --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 0031a70..57a4f79 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -272,7 +272,7 @@ g() { LINE="$( # shellcheck disable=2086 - git grep -IE --color=always -n -- "$(cat "$PAT")" ${2:-} | + git grep -iIE --color=always -n -- "$(cat "$PAT")" ${2:-} | fzf \ --exit-0 \ --select-1 \ -- cgit v1.2.3