Skip to content

Commit 14630d4

Browse files
authored
Merge pull request #302 from carapace-sh/zsh-follow-symlink
zsh: follows symlinks
2 parents add15c3 + 87ee7bb commit 14630d4

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 -I{} find {} -name '_*' 2>/dev/null \
2+
| xargs -I{} find -L {} -name '_*' 2>/dev/null \
33
| xargs head -n1 2>/dev/null \
44
| grep -v -F \
55
-e '==>' \

0 commit comments

Comments
 (0)