summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-06-28 20:58:49 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-06-28 20:58:49 -0700
commit412b375a25f77862971a416baaba225a4fefe22b (patch)
tree1f5fad759b0b280e96adfd1e5b50204a337a02cf
parent40ccdd3fcacc8d747b97f4a3d9d5d3ead45a3439 (diff)
update
-rwxr-xr-xsh/grrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/grrc b/sh/grrc
index adf665e..ff9bc2d 100755
--- a/sh/grrc
+++ b/sh/grrc
@@ -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" \