There was an error while loading. Please reload this page.
2 parents 5817857 + a67a260 commit 8078266Copy full SHA for 8078266
1 file changed
pkg/bridges/zsh.sh
@@ -1,6 +1,6 @@
1
printf '%s\n' $fpath \
2
-| xargs -I{} find {} -name '_*' \
3
-| xargs head -q -n1 \
+| xargs -I{} find {} -name '_*' 2>/dev/null \
+| xargs head -n1 2>/dev/null \
4
| grep -v -F \
5
-e ' -k ' \
6
-e ' -K ' \
0 commit comments