diff options
-rwxr-xr-x | grrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ "$HOME/archive/programs/car_job/av_dev" \ "$HOME/archive/programs/VisualDimension" \ "$XDG_DOCUMENTS_DIR/notes" \ - -mindepth 1 -maxdepth 1 -type d -name '.git' -o -type f -name 'LICENSE' -o -print0 \ + -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" \ "$HOME/.bashrc" \ |