This commit is contained in:
Marc Beninca 2024-11-19 14:42:11 +01:00
parent 14e9e52362
commit 8fae0bd63e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
30 changed files with 269 additions and 269 deletions

View file

@ -1,6 +1,6 @@
# grep from current directory with regex
g() { sa__grep "${@}"; }
sa__grep() {
g() { a__grep "${@}"; }
a__grep() {
grep \
--directories "recurse" \
--line-number \