aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-04 06:54:35 -0300
committerEuAndreh <eu@euandre.org>2023-03-04 06:54:35 -0300
commit176911b290ff06b95e276edcca7de3b255829bdd (patch)
tree411c51c0a4f038de8c79b157330704071ede9a55
parentbin/gc: Remove gc_email step (diff)
downloaddotfiles-176911b290ff06b95e276edcca7de3b255829bdd.tar.gz
dotfiles-176911b290ff06b95e276edcca7de3b255829bdd.tar.xz
etc/sh/rc: Ignore binary files on g()
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
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 \