File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ alias dice="W $(whence randomnum) 1-6"
2424# # grep
2525_in () {
2626 if command -v rga > /dev/null; then
27- rg --hidden --glob=' !.git/' --glob ' !git/' --glob ' !node_modules/' --glob ' !.cache' --glob ' !vendor/' --glob ' !teams-for-linux/' --glob ' !.local/lib' --glob ' !.local/share/*/' --glob ' !BraveSoftware/' --glob ' !chromium' --glob ' !chrome/' --glob ' !firefox/' --glob ' !Signal' --glob ' !.ib-tws/' --glob ' !.java/' --glob ' !.hwid' --glob ' !.zcompcache' --glob ' !tmp/' --glob=' !ct/manga' --glob=' !ct/comics' --glob=' !dotfiles/' -g=' !coverage' -g=' !dist/' -g=' !build/' -g=' !.cargo/' " $@ " 2> /dev/null
27+ rg --hidden --glob=' !.git/' --glob ' !git/' --glob ' !node_modules/' --glob ' !.cache' --glob ' !vendor/' --glob ' !teams-for-linux/' --glob ' !.local/lib' --glob ' !.local/share/*/' --glob ' !BraveSoftware/' --glob ' !chromium' --glob ' !chrome/' --glob ' !firefox/' --glob ' !Signal' --glob ' !.ib-tws/' --glob ' !.java/' --glob ' !.hwid' --glob ' !.zcompcache' --glob ' !tmp/' --glob=' !ct/manga' --glob=' !ct/comics' --glob=' !dotfiles/' -g=' !coverage' -g=' !dist/' -g=' !build/' -g=' !.cargo/' -g= ' !.html ' " $@ " 2> /dev/null
2828 else
2929 grep --line-number --with-filename --no-messages --recursive --exclude-dir=node_modules --exclude-dir=coverage --exclude-dir=dist --exclude-dir=vendor --exclude=package-lock.json " $@ "
3030 # short: grep -nHsr
You can’t perform that action at this time.
0 commit comments