Skip to content

Commit

Permalink
include *.mod files in ggrep
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopernas committed Oct 8, 2022
1 parent 51ac783 commit fbeeaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rgrep() {
}

ggrep() {
grep --include=*.{go,toml,proto} -rn "${@}"
grep --include=*.{go,toml,proto,mod} -rn "${@}"
}

known_hosts_update() {
Expand Down

0 comments on commit fbeeaa9

Please sign in to comment.