Add grepgit

This commit is contained in:
Josh Holtrop 2025-05-30 11:34:25 -04:00
parent e483adfba0
commit 0e1ecfedaa

1
bash_aliases.d/grepgit Normal file
View File

@ -0,0 +1 @@
alias grepgit='git ls-files -z | xargs -0 grep --color=auto -H'