Skip to content

Commit 8078266

Browse files
authored
Merge pull request #262 from carapace-sh/zsh-darwin-compat
zsh: updated script for darwin compability
2 parents 5817857 + a67a260 commit 8078266

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/bridges/zsh.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
printf '%s\n' $fpath \
2-
| xargs -I{} find {} -name '_*' \
3-
| xargs head -q -n1 \
2+
| xargs -I{} find {} -name '_*' 2>/dev/null \
3+
| xargs head -n1 2>/dev/null \
44
| grep -v -F \
55
-e ' -k ' \
66
-e ' -K ' \

0 commit comments

Comments
 (0)