Skip to content

Commit 3598ab5

Browse files
committed
zsh: filter header
1 parent 791b8cf commit 3598ab5

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,6 +1,6 @@
11
printf '%s\n' $fpath \
22
| xargs -I{} find {} -name '_*' 2>/dev/null \
3-
| xargs head -n1 2>/dev/null \
3+
| xargs head -n1 --silent 2>/dev/null \
44
| grep -v -F \
55
-e ' -k ' \
66
-e ' -K ' \

0 commit comments

Comments
 (0)