From 0e1ecfedaa91bb20ac73318286de92a1bd1ab81d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 30 May 2025 11:34:25 -0400 Subject: [PATCH] Add grepgit --- bash_aliases.d/grepgit | 1 + 1 file changed, 1 insertion(+) create mode 100644 bash_aliases.d/grepgit diff --git a/bash_aliases.d/grepgit b/bash_aliases.d/grepgit new file mode 100644 index 0000000..c2456eb --- /dev/null +++ b/bash_aliases.d/grepgit @@ -0,0 +1 @@ +alias grepgit='git ls-files -z | xargs -0 grep --color=auto -H'