diff options
Diffstat (limited to 'sh/grrc')
-rwxr-xr-x | sh/grrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ "$HOME/archive/programs/VisualDimension" \ "$XDG_DOCUMENTS_DIR/sjsu_courses/spring_2024/math161a/hw" \ "$XDG_DOCUMENTS_DIR/notes" \ + "$HOME/test" \ -mindepth 1 -maxdepth 1 -type d -name '.git' -o -type f -name 'LICENSE' -o -print0 2>/dev/null \ | xargs -0 grep -s --color=always -iIR "$@" \ "$HOME/.local/bin" \ |