Skip to content

Commit 7ec6f73

Browse files
committed
tmp
1 parent 2962c44 commit 7ec6f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/bridges/zsh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
printf '%s\n' $fpath \
2-
| xargs find 2>/dev/null \
2+
| xargs -I{} find {} -name '_*' \
33
| rg '/_.*' \
44
| xargs head -q -n1 \
55
| grep -v --fixed-strings \

0 commit comments

Comments
 (0)