There was an error while loading. Please reload this page.
1 parent 2962c44 commit 7ec6f73Copy full SHA for 7ec6f73
1 file changed
pkg/bridges/zsh.sh
@@ -1,5 +1,5 @@
1
printf '%s\n' $fpath \
2
-| xargs find 2>/dev/null \
+| xargs -I{} find {} -name '_*' \
3
| rg '/_.*' \
4
| xargs head -q -n1 \
5
| grep -v --fixed-strings \
0 commit comments