diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-05-29 15:37:12 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-05-29 15:37:12 -0700 |
commit | 8cf9ad6fef7a6566c822aaa885a317d8ec8c33cd (patch) | |
tree | d6beb0a66c3074b567887310f0ea6377a264709c | |
parent | 019b1d8aa44c25c9c1ec1fd1a638be70268518fb (diff) |
update
-rwxr-xr-x | home/xyz/.local/bin/grrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/grrc b/home/xyz/.local/bin/grrc index 757d2fff..ee8942b2 100755 --- a/home/xyz/.local/bin/grrc +++ b/home/xyz/.local/bin/grrc @@ -1,4 +1,4 @@ #!/bin/sh # GRep -R Code -[ "$1" ] && find "$HOME/archive/programs/public_archive_codes" "$HOME/archive/programs/private_archive_codes" "$XDG_DOCUMENTS_DIR/notes" -mindepth 1 -maxdepth 1 -path "*/\.git" -prune -o -type d -print0 | xargs -0 grep --color=always -iIR "$@" "$HOME/.local/bin" "$HOME/.bashrc" "$HOME/.profile" "$HOME/.xinitrc" "$HOME/programs/suckless/dwm_fly/config.def.h" "$XDG_CONFIG_HOME/nsxiv/exec/key-handler" | "$PAGER" +[ "$1" ] && find "$HOME/archive/programs/public_archive_codes" "$HOME/archive/programs/private_archive_codes" "$HOME/archive/programs/me106_proj_fall2021" "$HOME/archive/programs/car_job/av_dev" "$XDG_DOCUMENTS_DIR/notes" -mindepth 1 -maxdepth 1 -path "*/\.git" -prune -o -type d -print0 | xargs -0 grep --color=always -iIR "$@" "$HOME/.local/bin" "$HOME/.bashrc" "$HOME/.profile" "$HOME/.xinitrc" "$HOME/programs/suckless/dwm_fly/config.def.h" "$XDG_CONFIG_HOME/nsxiv/exec/key-handler" | "$PAGER" |